Am I doing this wrong?

Trying to build a form and I can’t seem to connect the upload image to the database nor can I find the submit button. Is this a bug or is it me? I’m using chrome on PC.

Hi Sarah,
Currently we do not support file upload through binding a button.
However you can do it with some JS code.
There’s a detailed explanation on how to go about this here:

Hope it helps!

So when I add the “User Input” “upload file” button I can’t attach it to the form input that the rest of the “form input” buttons attached to? :frowning:

The second issue is I can’t find the submit option! I can create the form, but I can’t find the button option to actually submit the form input.

Hi Sarah,
We are working on the ability to connect an upload file button to the form with no coding.

To create a Submit button:

  1. Add a button to your page and change its text to Submit .

  2. Click on the Connect to Data icon
    button.

  3. In the Connect Button panel, select your dataset .

  4. Under Link connects to , select Submit .

  5. Under When successful, navigate to , the default is Stay on this page . You can also choose A link… to send users to another page after submission is complete.
    For more information check Tutorial: Storing User Input in a Database Collection .

You can now connect the upload button without code !. Check https ://www.wix.com/code/home/forum/product-updates/connect-upload-button-to-your-collection

Shay

OHH! I am happy to hear this! Thank you for the update!