Hi Takayuki,
I managed to slve the “problem” that I was having.
I was putting this in teh form
<div>
<div style=”width=25%; height: auto; float: right;”>
[submit “STAY UPDATED!”]
</div>
<div style=”width: 75%; height: auto;”>
[email* your-email “Email”]
[text* yout-text “What carrier/platform you are looking for?”]
[checkbox your-checkbox “Tick here if you don’t want to receive promotional emails.”]
</div>
<div>
Instead of creating fields with the “field generator”.
Thank you for trying to help.