We do a belt and suspenders. Make them click a box and also type in their names as signature. I do put the terms and conditions in the actual form. I do the same thing with an ubercart purchase for the same reason.
yes, i also need the same feature. anyone can help? i can use checkbox, but only short term can be enter without html format. i want something that can put at least 20 lines for terms before form submission.
Not sure if this is correct but what seems to work for me is to use the select field.
Terms of Use as the label.
Edit the component and enter something like this for 'Options'. Use only one option though.
yes_terms | I agree to blah blah.
Make the field manditory.
Check the 'Multiple' checkbox to change the display from the default radio button to a checkbox on the front end.
This way they cannot submit the form without checking the checkbox as it is a mandatory field.
a better solution is to add a textarea form component & enter TOC's text there and make it disable for better ui then use a select field as `phrequency` said for agreement.
This worked great for me, no popups or content creation needed. I just added the textarea with as many rows as necessary to display the entire terms and conditions, checked it as disabled, then used a one option select button below it with the label "I have read and agree to the Terms and Conditions". This option is mandatory for the form submission.
Comments
You could just put a checkbox
You could just put a checkbox saying "I have read and agree to the terms and conditions" and have a link to the actual T&C elsewhere.
Just my $.02
ditto that
We do a belt and suspenders. Make them click a box and also type in their names as signature. I do put the terms and conditions in the actual form. I do the same thing with an ubercart purchase for the same reason.
I'd like a more elegant solution, but this works.
:)
There's a module for that
Look into the terms of use module http://drupal.org/project/terms_of_use
This module adds Terms of Use
This module adds Terms of Use and a [x] I agree check box to the registration page.
But I need Terms and Conditions for my WebForm
yes, i also need the same
yes, i also need the same feature. anyone can help? i can use checkbox, but only short term can be enter without html format. i want something that can put at least 20 lines for terms before form submission.
belajar drupal, makan drupal, tidur drupal
Did you find any solution for
Did you find any solution for this?
T & C
I too need the terms and conditions in the webform...
Any !deas?
This is a job for
This is a job for hook_form_alter !
yes
Would like to have this feature too.
Not sure if this is correct
Not sure if this is correct but what seems to work for me is to use the select field.
Terms of Use as the label.
Edit the component and enter something like this for 'Options'. Use only one option though.
yes_terms | I agree to blah blah.
Make the field manditory.
Check the 'Multiple' checkbox to change the display from the default radio button to a checkbox on the front end.
This way they cannot submit the form without checking the checkbox as it is a mandatory field.
a better solution is to add a
a better solution is to add a textarea form component & enter TOC's text there and make it disable for better ui then use a select field as `phrequency` said for agreement.
Perfect solution
This worked great for me, no popups or content creation needed. I just added the textarea with as many rows as necessary to display the entire terms and conditions, checked it as disabled, then used a one option select button below it with the label "I have read and agree to the Terms and Conditions". This option is mandatory for the form submission.
Thank you!!!
A simple solution for everyone who looks for the answer
There is a simple solution for those who tries to implement this:
https://www.drupal.org/project/webform_optionsmarkup
(Don't forget to change the Text format to something that allows the <a> tag)