Magento 2 - separate registration form to register into customer group with custom fieldMagento 2 Custom Customer Attribute not Showing on Frontend [Solved]Show Telephone and Company on Registration form in magento1.9 after showing get validation errors?How to display field “VAT Number” during registrationLoad my regsitartion page in CMS page - Magento 2How to add group in custom registration form in magento 2Magento 2.3 customer form register template file overrideHow to add content to registration form? Magento 2.2Magento 2.1 Custom Field at Customer Registration Form Not WorkingHow to override Customer registration fields to custom module in magento 2How to create two different form for the customer registration one is default and the other is Seller

Need reasons why a satellite network would not work

Is an "are" omitted in this sentence

Why do dragons like shiny stuff?

what can you do with Format View

Drawing arrowtips at the end of each segment in a polygonal path

What could prevent players from leaving an island?

Piece de Resistance - Introduction & Ace and A's

Why wasn't interlaced CRT scanning done back and forth?

Has J.J.Jameson ever found out that Peter Parker is Spider-Man?

How to check a file was encrypted (really & correctly)

Pronouns when writing from the point of view of a robot

How do I handle a DM that plays favorites with certain players?

Is there a way to say "double + any number" in German?

I was contacted by a private bank overseas to get my inheritance

Vectorised way to calculate mean of left and right neighbours in a vector

Write The Shortest Program to Calculate Height of a Binary Tree

How to increase Solr JVM memory

Is there a booking app or site that lets you specify your gender for shared dormitories?

split inside flalign

Is space radiation a risk for space film photography, and how is this prevented?

How easy is it to get a gun illegally in the United States?

What percentage of campground outlets are GFCI or RCD protected?

Can you put ranks into knowledge skills that aren't class skills?

“The Fourier transform cannot measure two phases at the same frequency.” Why not?



Magento 2 - separate registration form to register into customer group with custom field


Magento 2 Custom Customer Attribute not Showing on Frontend [Solved]Show Telephone and Company on Registration form in magento1.9 after showing get validation errors?How to display field “VAT Number” during registrationLoad my regsitartion page in CMS page - Magento 2How to add group in custom registration form in magento 2Magento 2.3 customer form register template file overrideHow to add content to registration form? Magento 2.2Magento 2.1 Custom Field at Customer Registration Form Not WorkingHow to override Customer registration fields to custom module in magento 2How to create two different form for the customer registration one is default and the other is Seller






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I want to add a separate registration form in Magento 2 store with the users directly go into a particular Customer Group and also I want to show up some custom fields too.



More explanation:



I have a customer group "dealer" and I want to create separate user registration form when the user's register, there directly go into "dealer" group and also I want to show some custom fields too (these fields should not show up on the default registration form of the M2 store)



What I did is:



The registration form is coming from
/app/design/frontend/Mgs/claue/Magento_Customer/templates/form/register.phtml



So I duplicated that to



/app/design/frontend/Mgs/claue/Magento_Customer/templates/form/dealerregister.phtml



And tried calling this form into CMS page by
block class="MagentoCustomerBlockFormRegister" template="Magento_customer::dealerregister.phtml" but not gettnig anyouput on the page.










share|improve this question
































    0















    I want to add a separate registration form in Magento 2 store with the users directly go into a particular Customer Group and also I want to show up some custom fields too.



    More explanation:



    I have a customer group "dealer" and I want to create separate user registration form when the user's register, there directly go into "dealer" group and also I want to show some custom fields too (these fields should not show up on the default registration form of the M2 store)



    What I did is:



    The registration form is coming from
    /app/design/frontend/Mgs/claue/Magento_Customer/templates/form/register.phtml



    So I duplicated that to



    /app/design/frontend/Mgs/claue/Magento_Customer/templates/form/dealerregister.phtml



    And tried calling this form into CMS page by
    block class="MagentoCustomerBlockFormRegister" template="Magento_customer::dealerregister.phtml" but not gettnig anyouput on the page.










    share|improve this question




























      0












      0








      0








      I want to add a separate registration form in Magento 2 store with the users directly go into a particular Customer Group and also I want to show up some custom fields too.



      More explanation:



      I have a customer group "dealer" and I want to create separate user registration form when the user's register, there directly go into "dealer" group and also I want to show some custom fields too (these fields should not show up on the default registration form of the M2 store)



      What I did is:



      The registration form is coming from
      /app/design/frontend/Mgs/claue/Magento_Customer/templates/form/register.phtml



      So I duplicated that to



      /app/design/frontend/Mgs/claue/Magento_Customer/templates/form/dealerregister.phtml



      And tried calling this form into CMS page by
      block class="MagentoCustomerBlockFormRegister" template="Magento_customer::dealerregister.phtml" but not gettnig anyouput on the page.










      share|improve this question
















      I want to add a separate registration form in Magento 2 store with the users directly go into a particular Customer Group and also I want to show up some custom fields too.



      More explanation:



      I have a customer group "dealer" and I want to create separate user registration form when the user's register, there directly go into "dealer" group and also I want to show some custom fields too (these fields should not show up on the default registration form of the M2 store)



      What I did is:



      The registration form is coming from
      /app/design/frontend/Mgs/claue/Magento_Customer/templates/form/register.phtml



      So I duplicated that to



      /app/design/frontend/Mgs/claue/Magento_Customer/templates/form/dealerregister.phtml



      And tried calling this form into CMS page by
      block class="MagentoCustomerBlockFormRegister" template="Magento_customer::dealerregister.phtml" but not gettnig anyouput on the page.







      magento2 registration






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Aug 6 '18 at 4:14









      Teja Bhagavan Kollepara

      3,0524 gold badges21 silver badges51 bronze badges




      3,0524 gold badges21 silver badges51 bronze badges










      asked Jun 6 '18 at 5:30









      MounikaMounika

      1435 bronze badges




      1435 bronze badges























          1 Answer
          1






          active

          oldest

          votes


















          0














          It should be :



          block class="MagentoCustomerBlockFormRegister" template="Magento_Customer::form/dealerregister.phtml"





          share|improve this answer



























          • Thanks for the reply. How to add custom form elements to this dealearregister.html? I want to make the user to directly register into "Dealer" course group, how to do that?

            – Mounika
            Jun 7 '18 at 11:58











          • You can not set customer group through registration form as it is restricted. So you need to use event "customer_register_success" and update the customer group. By the way, you should create a module for this and should not use cms page for registration form.

            – Sandipan S
            Jun 8 '18 at 5:15













          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "479"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f228755%2fmagento-2-separate-registration-form-to-register-into-customer-group-with-cust%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          It should be :



          block class="MagentoCustomerBlockFormRegister" template="Magento_Customer::form/dealerregister.phtml"





          share|improve this answer



























          • Thanks for the reply. How to add custom form elements to this dealearregister.html? I want to make the user to directly register into "Dealer" course group, how to do that?

            – Mounika
            Jun 7 '18 at 11:58











          • You can not set customer group through registration form as it is restricted. So you need to use event "customer_register_success" and update the customer group. By the way, you should create a module for this and should not use cms page for registration form.

            – Sandipan S
            Jun 8 '18 at 5:15















          0














          It should be :



          block class="MagentoCustomerBlockFormRegister" template="Magento_Customer::form/dealerregister.phtml"





          share|improve this answer



























          • Thanks for the reply. How to add custom form elements to this dealearregister.html? I want to make the user to directly register into "Dealer" course group, how to do that?

            – Mounika
            Jun 7 '18 at 11:58











          • You can not set customer group through registration form as it is restricted. So you need to use event "customer_register_success" and update the customer group. By the way, you should create a module for this and should not use cms page for registration form.

            – Sandipan S
            Jun 8 '18 at 5:15













          0












          0








          0







          It should be :



          block class="MagentoCustomerBlockFormRegister" template="Magento_Customer::form/dealerregister.phtml"





          share|improve this answer















          It should be :



          block class="MagentoCustomerBlockFormRegister" template="Magento_Customer::form/dealerregister.phtml"






          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Aug 6 '18 at 4:14









          Teja Bhagavan Kollepara

          3,0524 gold badges21 silver badges51 bronze badges




          3,0524 gold badges21 silver badges51 bronze badges










          answered Jun 7 '18 at 11:43









          Sandipan SSandipan S

          5014 silver badges7 bronze badges




          5014 silver badges7 bronze badges















          • Thanks for the reply. How to add custom form elements to this dealearregister.html? I want to make the user to directly register into "Dealer" course group, how to do that?

            – Mounika
            Jun 7 '18 at 11:58











          • You can not set customer group through registration form as it is restricted. So you need to use event "customer_register_success" and update the customer group. By the way, you should create a module for this and should not use cms page for registration form.

            – Sandipan S
            Jun 8 '18 at 5:15

















          • Thanks for the reply. How to add custom form elements to this dealearregister.html? I want to make the user to directly register into "Dealer" course group, how to do that?

            – Mounika
            Jun 7 '18 at 11:58











          • You can not set customer group through registration form as it is restricted. So you need to use event "customer_register_success" and update the customer group. By the way, you should create a module for this and should not use cms page for registration form.

            – Sandipan S
            Jun 8 '18 at 5:15
















          Thanks for the reply. How to add custom form elements to this dealearregister.html? I want to make the user to directly register into "Dealer" course group, how to do that?

          – Mounika
          Jun 7 '18 at 11:58





          Thanks for the reply. How to add custom form elements to this dealearregister.html? I want to make the user to directly register into "Dealer" course group, how to do that?

          – Mounika
          Jun 7 '18 at 11:58













          You can not set customer group through registration form as it is restricted. So you need to use event "customer_register_success" and update the customer group. By the way, you should create a module for this and should not use cms page for registration form.

          – Sandipan S
          Jun 8 '18 at 5:15





          You can not set customer group through registration form as it is restricted. So you need to use event "customer_register_success" and update the customer group. By the way, you should create a module for this and should not use cms page for registration form.

          – Sandipan S
          Jun 8 '18 at 5:15

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Magento Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f228755%2fmagento-2-separate-registration-form-to-register-into-customer-group-with-cust%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

          Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

          Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form