Forums

"Terms and Conditions" box before submit button

belli 03 Oct, 2013
Hi,

how can I create a box for terms and conditions like attached image?

An area with scroll-bar, where is not possible to edit text.

:)
GreyHead 03 Oct, 2013
Hi Belli,

There's no image attached to your post.

Bob
belli 03 Oct, 2013
Oooops....🙂

[attachment=0]Schermata 2013-10-03 a 22.45.14.png[/attachment]

Thank you Bob
GreyHead 04 Oct, 2013
Hi belli,

I'd probably use a Checkbox input for the Checkbox and then a textarea set to readonly for the terms and conditions. You can't easily set a ChronoForms Textbox input to readonly so I'd hand-code it in a Custom Element element.

Bob
belli 04 Oct, 2013
Ok Bob, thank you!

I solved using a text area with DISABLE attribute:
<textarea cols="85" rows="10" class="" title="" name="input_textarea_84" DISABLED>text text text text</textarea>


;)
This topic is locked and no more replies can be posted.