i tried to add my minimal html supscription code
-
this is the code given by my mailer service.
<form action="https://www.klick-tipp.com/subscribe.php" method="post" accept-charset="UTF-8"><input type="text" name="FormValue_Fields[CustomFieldFirstName]" value="" /><input type="text" name="FormValue_Fields[EmailAddress]" value="" /><button type="submit" name="FormButton_Subscribe">Eintragen</button><input type="hidden" name="FormValue_FormID" value="43167" /></form>
this is my result:
<div class="ppsSubscribeShell"> [sub_form_start] [if enb_sub_name] <form action="https://www.klick-tipp.com/subscribe.php" method="post" accept-charset="UTF-8"> <input type="text" name="FormValue_Fields[CustomFieldFirstName]" value="" placeholder="Name" /> [endif] <input type="text" name="FormValue_Fields[EmailAddress]" value="" placeholder="E-Mail" /> <input type="submit" name="FormButton_Subscribe" value="[sub_btn_label]" /> <input type="hidden" name="FormValue_FormID" value="43167" /> </form> [sub_form_end] </div>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘i tried to add my minimal html supscription code’ is closed to new replies.