![]() |
|
| |||||||
| Notices |
| Adding Elements To Your Website Discussions, help & troubleshooting about adding templates, backgrounds, images, text, iframes, scroll bars, marquees, flash, video, music, HTML Code, shapes, lines, java scripts, and all other elements. Etc… etc… |
![]() |
| | Thread Tools |
|
#1
| |||
| |||
|
Hello, I have been trying to solve this, but I could not. It may be very simple. I want to have an "I agree" with a checkbox in order to continue to another page. How can this be done in BV? Thank you in advance. |
|
#2
| ||||
| ||||
|
Add the checkbox in your form, right click it, and insert, in the Inside Tag, the following code: onClick="this.form.submit.disabled=this.checked ? false : true" Now, make sure your submit button is named "submit" (all lowercase. Right click it and insert, in the Inside Tag of the button HTML, disabled You are done.
__________________ Navaldesign Logger Lite: Low Cost, Customizable, multifeatured Login script Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more.... Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA! |
|
#3
| |||
| |||
|
Navaldesign, thank you for the reply. This does not seem to solve it - http://www.all-e-services.com/agree.php I don't understand anything, but writing 'disabled' is self-explanatory and tou can see from the link above that the button is disabled. Where have I gone wrong? Thank you! |
|
#4
| ||||
| ||||
|
Sorry, my mistake. The code to add in the checkbox html is: onClick="this.form.submit.disabled=this.checked ? false : true" Of course the button is disabled, this is way we added the "disabled" in the button HTML. Once you click on the check box, the Javascript will enable the button.
__________________ Navaldesign Logger Lite: Low Cost, Customizable, multifeatured Login script Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more.... Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA! |
|
#5
| |||
| |||
|
yea
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |