Hi
Do you know how can i make the image captcha form item
1. to be required/mandatory field?
2. to has its own validation message (i.e. this is a mandatory field)?
3. to be displayed exactly below the text box (i want the text box and the image to be displayed in 2 seperate lines instead of one - now the image is being displayed next to the text box)?
what portion of code do i have to modify in order to achieve the above?
Thanx
Do you know how can i make the image captcha form item
1. to be required/mandatory field?
2. to has its own validation message (i.e. this is a mandatory field)?
3. to be displayed exactly below the text box (i want the text box and the image to be displayed in 2 seperate lines instead of one - now the image is being displayed next to the text box)?
what portion of code do i have to modify in order to achieve the above?
Thanx
Hi ioannisi,
It is already a mandatory field, the form cannot be submitted unless it is completed correctly. You could add some JavaScript to show a message.
You can conly change the layout at present by hacking the code code - If you search far enough back in the forums you will find a post telling you how to do that.
Bob
It is already a mandatory field, the form cannot be submitted unless it is completed correctly. You could add some JavaScript to show a message.
You can conly change the layout at present by hacking the code code - If you search far enough back in the forums you will find a post telling you how to do that.
Bob
This topic is locked and no more replies can be posted.
