Post form with name and password - Costum Attributes

Hello guys,
here is the html code:

First name:

Password:


i want to integrate in my webflow form on my site: https://preview.webflow.com/preview/schdok?preview=aec290360ad6c91dc369ad1bc0a572422

What and how must i fill the Costum Attributes / Custom attributes?

I will use the nice webflow form and i will not integrate this html code.

Thank you in advance for your help!

Hello guys,
here is the html code:

<form action="http://logbook.pestscan.eu/PS_Web/APILogin.aspx?KOPI" method="post">
First name:<br>
<input type="text" name="uname">
<br>
Password:<br>
<input type="text" name="pwd">
<br><br>
<input type="submit" value="Submit">
</form>

i want to integrate in my webflow form on my site:
https://preview.webflow.com/preview/schdok?preview=aec290360ad6c91dc369ad1bc0a572422

What and how must i fill the Costum Attributes / Custom attributes?

I will use the nice webflow form and i will not integrate this html code.

Thank you in advance for your help!

the new Link:
https://preview.webflow.com/preview/schdok?preview=aec290360ad6c91dc369ad1bc0a57242

Hi @pypetz, thanks for your patience. When setting up the form in Webflow, do the following things:

  1. Set the Action property of the form to point to the url you have listed: PestScan

  2. Set the Name field for each of the input elements to match the name= field from your form code, i.e.:

First name field ( Name field = uname)
Password field ( Name field = pwd)

  1. Set the form method to Post
  2. Publish your site and test your form.

If your form submits successfully and posts the data, you should see a 200 OK connection in Network tab of the Developers console.

If the form data does not post, inspect your page elements and look at the browser console and see if there are any errors.

Webflow does not control the connection or ability to verify if an external system receives the data. Webflow does post form data using standard html form POST method.

Those are some things to check. I hope this helps !

Regards,
Dave

1 Like

This topic was automatically closed after 60 days. New replies are no longer allowed.