Currently, if you want to disable the Registration page in the website that generated with PHPMaker 9, then you have to adjust the related setting from PHPMaker application, afterwards you have to re-generate the related script files to apply the changes. The following customization will make the ability to disable or enable the Registration page […]
How to Disable or Enable Another Control Based On Click Radio Button Using jQuery in Websites that Generated with PHPMaker 8.0.3
This time I will show you how to disable or enable another control based on the Radio Button onClick event in websites that generated with PHPMaker. Again, we will use jQuery for this purpose. Fortunately, PHPMaker has given the id for each control that generated by it, so we can optimize this id for using […]