Since PHPMaker 10, now we are able to add the ability of disabling Submit button on click event easily and quickly. This is very useful if you want to create a custom form which contains a submit button, and after user clicked the button, then it will be disabled so that will prevent double-click or […]
Customizing Submit Buttons in Websites that Generated by PHP Report Maker 6.0.0
For those of you who have been implementing the customization I made and wrote it in article How to Customize Submit Button in Websites that Generated by PHPMaker 9.0.2, then this following customization is definitely for you. We will customize Submit buttons in websites that generated by PHP Report Maker. When user clicks on the […]
How to Customize Submit Button in Websites that Generated by PHPMaker 9.0.2
Are you tired of seeing the boring standard submit buttons in your web applications that generated by PHPMaker? Currently, PHPMaker generates submit buttons without adding the certain style so it is still using the standard button style just like we saw in Windows Standard button style. Now, you will never see that boring buttons again! […]
How to Disable Submit Button After Clicked with jQuery in Websites Generated with PHPMaker 8.0.3
In order to prevent the double submission in a form, then we should disable the submit button once it has been clicked by the users. Everyone agrees about that, right? So, we have to handle this situation in the pages that contains form and the submit button. Fortunately, most of the buttons that generated by […]