• Hey, I can’t get the information the user enters to the email, here is my form:

    [ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]

    <div class="slider-form label-to-placeholder">
    	<div class="row" style="margin-bottom: 1em">
    		<div class="grid-1-2">
    		    <label for="slider_form_fname">Name/Firma</label>
    		    [text* your-name id:slider_form_fname]
    		</div>
    
    		<div class="grid-1-2 last">
    		    <label for="slider_form_email">Email</label>
                      [email* your-email id:slider_form_email]
    	    </div>
    	</div>
    
    	<div>
                   <label for="slider_form_email">Telefonnummer/Datum/Uhrzeit</label>
    		[email* your-email id:slider_form_time]
    	</div>
    
    	<div style="text-align: center">[submit "Rueckruf vereinbaren"]</div>
    </div>

    I have tried all of these following, but they didn’t work:

    [email* your-email id:slider_form_email]
    
    <[email* your-email id:slider_form_email]>
    
    "slider_form_email"
    
     <label for="slider_form_email">
     <"slider_form_email">
    
    [your-email id]
    
    [slider_form_email]
    
    [your-email id:slider_form_email]

    Can anybody help?

    Best
    Max

    http://wordpress.org/extend/plugins/contact-form-7/

  • The topic ‘Mail tag’ is closed to new replies.