Hi,
I am trying to implement a newsletter sign-up code through one.com’s provider Ubinox. According to their documentation, this is the custom HTML to be used:
<form action="https://nasetsestetik-se.one.uxmail.io/handlers/post/" method="post">
<input type="hidden" name="action" value="subscribe" />
<input type="hidden" name="lists" value="80106" />
<p>
<label for="email_address_id">E-postadress</label>
<input type="text" name="email_address" id="email_address_id" />
</p>
<p>
<input type="submit" value="Prenumerera" />
</p>
</form>
Which I mapped to the newsletter sign-up form at the bottom of my page (including hidden inputs):
It works, however on submit it redirects me to Ubinox own confirmation page, which I don’t want, instead I’d like to use webflow’s form success state.
How would I go about implementing it? Do I need a different address to POST to, or do something else on my end, or is it impossible as that’s just how the given signup works and there’s no way around it? Tried putting “#” in redirect url with no success.
Here is my site Read-Only: Webflow - YouSkin
Form only works on published site which you can find here: https://youskin-a37a8c.webflow.io/