Search found 1 match

by David J Dow
Tue Jun 05, 2012 11:06 pm
Forum: WPSubscribers
Topic: make more than email and name required
Replies: 0
Views: 6410

make more than email and name required

Is it possible to make more than name and email required. when I add in the following code
<input type="hidden" name="FNameReq" value="true">
<input type="hidden" name="LNameReq" value="true">
<input type="hidden" name="EmailReq" value="true">
<input type="hidden" name="PhoneReq" value="true ...