Product inquiry form

Hello fellow WIX users!

I haven’t used WIX for a long time, but I am amazed, how simple it is to create a website with WIX.

I have my website up and running but I have one question about creating a form. I have created my own custom form, where people should be able to make an inquiry about spare car parts. (After the inquiry we find the parts and deliver them to the person that made the inquiry) Everything is set up. The e-mails are coming through send grid and everything seems to work well.

My question is.

  1. Is there any possibility to re-design the input to somekind of an understandable way, so the user input values are just not lined under each other when I gert the user input on my e-mail when they have submitted the form?

The form that I created is here:


There are many fields and if I did not make myself clear please tell me.

Sorry for my confusing english.

Kind regards
Erik

" Is there any possibility to re-design the input to somekind of an understandable way, so the user input values are just not lined under each other when I gert the user input on my e-mail when they have submitted the form? "

Eric, do I understand correctly that the layout of the email is bothering you? If so, changing the input form won´t help: you have to make the data that are sent to the email more readable.
Because there are many email clients out there, all supporting their own subset of html, I would suggest you fall back onto old html (like 3.2) and use tables, you know,

, in order to have an email that looks more like your input form.
In my experience, steering away from CSS and just use old html tables works pretty good on most email clients.

Thank you for the answer Giri.

Yes that’s what I had in mind. Right now, the letter is just a list of input values on my e-mail.

Here’s the code that I use. I get my emails sent through sendgrid.


And here’s the e-mail that comes from the form to te submitter’s e-mail.

Thank you in advance!
Erik

Hi Erik,
You can use Triggered Emails to send a designed email notification to your site visitor. Check out the article here .

Best,
Tal.

Hello Tal

I tried to set up the Triggered e-mails, but it doesn’t help me with my problem, or I’m just doing something wrong. I need to send these e-mails to people who have submitted my form not just visited my site. I don’t have members on my site.

That’s the note with triggered e-mails.

Have a nice week

Erik

Hi Erik,
The code that you currently added above sends an Email notification to the email added by the site visitor who submitted the form. Isn’t it what you were referring?

Tal

Dear Tal.

Yes, I have a working solution at the moment with SendGrid. But I would like that the person who fills out the form would get a simple e-mail notification. Right now they are receiving the e-mail with the filled form information (as shown above).

I tried , but I wasn’t able to get the triggered e-mail solution to work with my custom form.

Thank you for your patience.

Erik

Hi Erik,
You can customize the email notification using HTML and CSS as explained here .

Best,
Tal.

1 Like

Thank you Tal!

You have been really helpful!

Have a nice week.
Erik