• I guess this is more of an HTMl – PHP question, kind of embarrassing that I don’t know it, but I am a marketer not a coder, still learning.

    There is a form on the right side of this page: new.320southwine.com beneath the slider. I want the submission to do a few things:

    1. make sure the email address is in the proper format
    2. take the submission and add the email address as a wordpress subscriber
    3. send the user to a thanks we’ll be in touch custom page I wil create

    if there is a plugin you can recommend that will match my css then I will consider, but I figured it should be just some simple code to send. The tricky part may be the addition to wordpress subscriber no?

Viewing 1 replies (of 1 total)
  • Thread Starter mbhrad

    (@mbhrad)

    Here is the link for the page above: http://new.320southwine.com

    Sorry here is the code I am using for the form:

    <form>
    	<select>
    		<option>Foodie</option>
    		<option> Connoisseur </option>
    		<option>Artist / Collector</option>
    	</select>
    
    <strong>Email:</strong>
    
    	<input style="width:120px;" type="text" /> 
    
    	<input type="hidden" name="remail" id="remail" value="test@ensightmarketing.com" />
    
    	<input type="submit" id="submit" class="send" />
    
    </form>
Viewing 1 replies (of 1 total)
  • The topic ‘Form Functionality’ is closed to new replies.