Html input are deleted when I save the form
-
Hi all,
When I save a form like:
<p>
<label>Email Address</label>
<input type=”email” name=”EMAIL” required>
</p>It’s save like :
<p>
<label>Email Address</label>
</p>Inputs are always deleted. Don’t know why. Someone can help?
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Html input are deleted when I save the form’ is closed to new replies.