Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Next button not working on registration form

Next button not working on registration form 14 years 11 months ago #5757

  • humanspot
  • humanspot's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 0
Hello,

I just finished the setup of DT Register for a client and, on the registration form, the "Next" button is correctly validating required fields, but when everything is filled-in it doesn't do anything.
Please advise on what to do/try.

Thanks.

Please Log in or Create an account to join the conversation.

Next button not working on registration form 14 years 11 months ago #5783

  • humanspot
  • humanspot's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 0
Meanwhile, I've looked at every option possible, and I changed some configurations, but the end result is always the same. The "Next" button is calling the validatedetails() function, but it never submits the form once everything is filled in.

I had to translate DT Register, and this is the current button HTML tag:

<input id="next" class="button" type="button" onclick="validatedetails();" value="Seguinte" name="billingInfo"/>

Could this be something related to my translation?

Thanks for any help given.

Please Log in or Create an account to join the conversation.

Next button not working on registration form 14 years 11 months ago #5784

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
Hello. First, what version of DT Register are you using?

Second, you should NOT be translating anything inside the php files of the component. There are language files which make the translation easy... you modify one file and every occurrence of that text throughout the component is done. This is how all components are setup.

/language/en-GB/en-GB.com_dtregister.ini

That is the language file for the frontend. You should restore the original php file, make translation changes in the language file, then if you still have an issue, log a support ticket. Also, be sure you are using the latest release, which is currently 2.5.9.

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.262 seconds