Hi,
I'm using chronoforms for a inquiry. Now I need to create a way to show correct answer to the user as she/he selects a radio box, before submitting the form.
Could the validation be used for this?
Any advice for this?
Kind regards,
Buggy
I'm using chronoforms for a inquiry. Now I need to create a way to show correct answer to the user as she/he selects a radio box, before submitting the form.
Could the validation be used for this?
Any advice for this?
Kind regards,
Buggy
Hi Buggy,
This sounds like a case for a little JavaScript - can you say a bit more about exactly what you need to do? Is there some existing HTML that you want to un-hide?
Bob
This sounds like a case for a little JavaScript - can you say a bit more about exactly what you need to do? Is there some existing HTML that you want to un-hide?
Bob
Hi,
Got a bit further with this:
This way I can change the color of the input element text, which is enought for me.
But, how could I set that function in the 'form wizard' section, so that the tags would not be visible if there some need to change the questions or so. Or is that impossible?
Got a bit further with this:
<input type="radio" name="test" id="test_1" title="" value="Yes" class="" onclick="alert('wrong');"/>
This way I can change the color of the input element text, which is enought for me.
But, how could I set that function in the 'form wizard' section, so that the tags would not be visible if there some need to change the questions or so. Or is that impossible?
This topic is locked and no more replies can be posted.