Hi,
This is the page (homepage) but it happens an all pages with an embedded form.
This is the url: http://beautypointcoaching.be/ The page is called ‘HOME’
And I see it got even worse, now the “full width” background is not respected anymore and in the homepage, the green background image with the circles is not displaying full width anymore.
This is what should be embedded:
<body>
<form method=”post” action=”https://ymlp.com/subscribe.php?id=ghubyqmgmgme” target=”_blank”>
<table align=”center” border=”0″ cellpadding=”0″ cellspacing=”0″>
<tbody>
<tr>
<td valign=”top”><span style=”font-family: Lato,sans-serif; font-size: 12pt; border: 0;”>Voornaam:</span></td>
<td valign=”top”><input name=”YMP1″ size=”20″ type=”text” /></td>
</tr>
<tr>
<td valign=”top”><span style=”font-family: Lato,sans-serif; font-size: 12pt;”>Email :</span></td>
<td valign=”top”><input name=”YMP0″ size=”20″ type=”text” /></td>
</tr>
<tr>
<td style=”text-align: right;” colspan=”2″><span style=”font-family: Lato,sans-serif; font-size: 12pt; border: display-none;”><input value=”JA, IK SCHRIJF ME IN” type=”submit” /> </span></td>
</tr>
</tbody>
</table>
</form>
But the Swift builder deletes always the <form> tags!! and also the body ones.
So actually it sabotages the working of all the form on the site.
So this is left:
<div></div>
<table class=”form-tab” border=”0″ cellspacing=”0″ cellpadding=”0″ align=”center”>
<tbody>
<tr>
<td class=”form-field”><span class=”label”>Voornaam:</span>
<input name=”YMP1″ type=”text” /></td>
</tr>
<tr>
<td class=”form-field”><span class=”label”>Email :</span>
<input name=”YMP0″ type=”text” /></td>
</tr>
<tr>
<td class=”form-field form-submit-field”><input class=”submit” type=”submit” value=”JA, IK SCHRIJF ME IN” /></td>
</tr>
</tbody>
</table>