Hi , I need to validate the below form's name and email fields but can't do that because I do not understand any code of Java,can someone please show me how this would be possible.
form fields validation with java issue
10
Hi ,
I need to validate the below form's name and email fields but can't do that because I do not understand any code of Java,can someone please show me how this would be possible.
much more appreciated if I can see the code here with the form and java.
Many Thanks
<form accept-charset="utf-8" action="http://www.example.com" enctype="multipart/form-data">
<input type="hidden" name="aid" id="aid" value="36"/>
<input type="HIDDEN" name="required" value="lemail,llname">
<label for="txtemail">Name:</label>
<input type="text" name="llname"/><br/>
<label for="txtemail">Email:</label>
<input type="text" name="lemail"/><br/>
<input name="Submit" type="submit" class="submit" value="Submit"/>
</form>
I need to validate the below form's name and email fields but can't do that because I do not understand any code of Java,can someone please show me how this would be possible.
much more appreciated if I can see the code here with the form and java.
Many Thanks
<form accept-charset="utf-8" action="http://www.example.com" enctype="multipart/form-data">
<input type="hidden" name="aid" id="aid" value="36"/>
<input type="HIDDEN" name="required" value="lemail,llname">
<label for="txtemail">Name:</label>
<input type="text" name="llname"/><br/>
<label for="txtemail">Email:</label>
<input type="text" name="lemail"/><br/>
<input name="Submit" type="submit" class="submit" value="Submit"/>
</form>
- Nathan K
- [ 1 ] Thanks
- ferenan
- [1] reply
- kingjpm
- [ 1 ] Thanks
- Nathan K
- [ 1 ] Thanks
- ferenan
- [1] reply
- ferenan
- Nathan K
- [ 1 ] Thanks
- [1] reply
- ferenan
Next Topics on Trending Feed
-
10