Extra <input> line in forms
Author: Dan N.
Visited 705,
Followers 1,
Shared 0
When I make a form then every each for a extra input is added for no reason Here is an example :
<form>
.......
1. <fieldset>
2. <input type="text" id="imObjectForm_1_prot" name="imSpProt" />
3. </fieldset>
<div style="width: 746px; text-align: center;">
<input type="submit" value="Nästa" />
<input type="reset" value="Återställ" />
</div>
</form>
Row 1-3 are the extra rows that I have not asked for. No clue where they come from.
They do not seem to come everytime but very often. I have 3 section and it does not appear on the first one but it does in the other 2. Very irritating!
Posted on the
Hello Dan,
These rows are added by the program when you add the captcha so the it will work. These rows are necessary to make the protection work correctly.
Many thanks!
Author
I understand if i would use captcha but I have not used it.Now I have to delete it after I have installed the program.
Hello Dan,
The code is added automatically by the program and is reccomended to not remove or modify it to make it work correctly. The program adds code according to the need of the form to work correctly.
Many thanks!
Author
I don't want the extra input line! A extra input line confuses the customer! I have no problem when I remove it. The first time when I creat the form it is not there but it comes later.
Hello Dan,
This input line is invisible to the customer. It has only internal purposes but the customer will never see this input.
Many thanks!