• 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>

    https://www.ads-software.com/plugins/popup-by-supsystic/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author supsystic

    (@supsysticcom)

    Hello.
    I think this will not work correctly, you should remove tags:
    [sub_form_start]

    [sub_form_end]
    And also – [if enb_sub_name][endif] – should be around input for name, and you have it around your form start tag – that is not correct.

    Thread Starter Saleswonder Team Tobias

    (@tobias_conrad)

    can you please alter the code that it is working?
    i like copy and paste ??

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.