Jump to content

Terms and Condition and Hide submit button


NaniG

Recommended Posts

Hi to all,

 

        I have a PHP page with Terms and Condition where the content is feteched from MySQL database table and am showing these content into a textarea box. Below that i have a check box and a submit button. by default the submit button is in disable mode. When end user checks the check box then the submit button is in activate mode and the end user can able to click on the submit button. These is fine with me.

 

Now my query is "Is it possible to the end user should be prompted to read the terms and condition completely and then to checks checkbox after that the submit button should be in active mode?"

 

Please Help me out from these issue.

 

Thanks and Regards,

 

 

 

Yes, there's a nice jsfiddle here that demonstrates how to do this with jquery.  The differences in approach would be: 

 

-You would use a size constrained Div instead of a text area.

-"Reading completely" is considered to have happened when the user scrolls the scrollbar to the bottom of the T&C. 

 

Using this technique you can combine your activation of the checkbox with the scrolling to the bottom of the T&C.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.