hallo
ich versuche gerade eine newsletteranmeldung mit infusionsoft auf meiner seite hinzubekommen
aber die umlaute werde jedes Mal so umgewandelt
öäü
wenn ich das formular ausßerhalb von wordpress verwende funktioniert es - innerhalb werden die umlaute immer umgewandelt beim transfer
hier das formular welches ich einfügen will - danke für eure hilfe
HTML
<form action="https://unternehmertipps.infusionsoft.com/AddForms/processFormSecure.jsp" method='POST'>
<input id="infusion_xid" name="infusion_xid" type="hidden" value="abb43f73ec6a9ee8d606f3cc49b61592" />
<input id="infusion_type" name="infusion_type" type="hidden" value="CustomFormWeb" />
<input id="infusion_name" name="infusion_name" type="hidden" value="New Lead" />
<table>
<tr><td colspan="99" style="padding:4px;background-color:#000000;color:#FFFFFF">Person Information</td></tr>
<tr><td>First Name *</td><td><table cellpadding="0px" cellspacing="0px" border="0px">
<tr>
<td><input class="default-input" id="Contact0FirstName" type="text" name="Contact0FirstName" size="15" /></td>
</tr>
</table>
</td></tr>
<tr><td>Email *</td><td><table cellpadding="0px" cellspacing="0px" border="0px">
<tr>
<td><input class="default-input" id="Contact0Email" type="text" name="Contact0Email" size="15" /></td>
</tr>
</table>
</td></tr>
<tr><td colspan="2"><input class="button np inf-button" id="Submit" type="submit" name="Submit" value="Submit" /></td></tr>
</table>
</form>
Alles anzeigen