Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
cdoyle #1
CheckBox required on form?
I have a form, and we need to have a checkbox that the user is required to
check. Basically saying they read the disclaimer.
Is there a way to make a checkbox a required field on a form? I've been
searching and everything I see, seem to exclude checkboxes.
So thought I would ask, and make sure.
Thanks
Chris.
cdoyle Guest
-
How do I use the form checkbox value?
I'm creating a form that has multiple checkboxes. I want to use ActionScript to update a text box/area with the values each checkbox as the checkbox... -
Flash Form & Checkbox
I'm having trouble changing this listbox code to checkboxes instead. Can you help? <cfselect name="binderyID" label = "Bindery Type"... -
Checkbox value in MX7 Flash Form
I am testing multi-tab forms in MX7 using the last example from the HTML documentation for the cfformgroup tag. The cfdump just shows whether each... -
Checkbox Set To OFF Not In Request.Form
When using checkboxes on a form, if you uncheck them, the unchecked name/value pair in the Request.Form collection doesn't show up. It only shows... -
Yes/No checkbox in the form
I have a field called action in a table, to check if something requires action the user must check the box. The field in the table is defined as a... -
cdoyle #2
Re: CheckBox required on form?
I'm guessing it's not possible?
Anyone have a better solution to do what I need?
cdoyle Guest
-
John Doe #3
Re: CheckBox required on form?
one option is to verify the checkbox is selected before the form is
submitted using JS (checked property = true)
cdoyle wrote:> I have a form, and we need to have a checkbox that the user is required to
> check. Basically saying they read the disclaimer.
>
> Is there a way to make a checkbox a required field on a form? I've been
> searching and everything I see, seem to exclude checkboxes.
>
> So thought I would ask, and make sure.
>
> Thanks
> Chris.
>John Doe Guest
-
cdoyle #4
Re: CheckBox required on form?
Thanks,
Would you happen to know of any JS's off hand?
I tried looking for one before posting here, but all the ones I found, for
some reason wouldn't work witha checkbox. Not sure why, or if I just didn't
do something right. They would work with text boxes, and even radio buttons,
but not a checkbox.
cdoyle Guest
-
cdoyle #5
Re: CheckBox required on form?
Found one that works,
for anyone else looking for one.
[url]http://mediazeal.com/checkbox-validator.htm[/url]
Is the one I used.
cdoyle Guest
-
Katherine Crane #6
JS Works Great for CheckBox required on form
Thanks A MILLION for the link. I have been struggling with this for about 4 hours until I found your post! You're a life saver!
Junior Member
- Join Date
- Jun 2011
- Posts
- 1



Reply With Quote

