• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Previous on submit button not working

Previous on submit button not working 9 years 9 months ago #31980

Hi,

Am I doing something wrong? The "previous" button is not working when adding a submit button to a form. It is showing on the website but not working appropriately. Reset does work, as does the submit button.

Some help is appreciated.

Best,

Sander
The administrator has disabled public write access.

Previous on submit button not working 9 years 9 months ago #31995

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
Can you post a link to the form so we can have a look ?
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.

Previous on submit button not working 9 years 8 months ago #32151

Hi,

I could: surinamedag.com/symposium_sparks/index.php/registratie. But currently there is a blank page, so you can't see the page. So far it didn't work. As soon as the blank-page issue is resolved, we can check this (potential) issue out.

Best,

Sander
The administrator has disabled public write access.

Previous on submit button not working 9 years 8 months ago #32152

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
Please set your Global Joomla! error reporting level to maximum and refresh the blank page. An error should eb displayed.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.

Previous on submit button not working 9 years 8 months ago #32166

Hi,

The blank page is solved, it had to do with the PHP memory limit. I've increased this. However, the buttons still don't work on the last page. What should I do?

surinamedag.com/symposium_sparks/index.p...n/1-surinamedag-2015

Thanks!

Best,

Sander
The administrator has disabled public write access.

Previous on submit button not working 9 years 8 months ago #32171

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
I noticed that you are using a custom trigger placed on this particular button:

onclick="return checkEmail('Emailadres', 'RSEProEmail');".

Please remove it and try again.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.

Previous on submit button not working 9 years 8 months ago #32172

Hi,

Yes! Solved. Plus I discovered that I don't need the script below, as there is already this option in the "Validation" field of the form-item-options. Great.
<script type="text/javascript"> 
function checkEmail(theForm) {
if (document.getElementById('Emailadres').value != document.getElementById('RSEProEmail').value)
{
alert('De e-mailadressen komen niet overeen!'); 
return false;
} 
else {
return true; 
} 
}
</script>
 
 
onclick="return checkEmail('Emailadres', 'RSEProEmail');"

Thanks and best,

Sander
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!