Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #190271

    Hello all,

    I would like to create a contact form which, by default, sends out a standard message to the person who fills out the form as well as to my admin email. Background: sending customers a questionnaire and just a confirmation to us; so it will always be the same answer e.g. “Thank you for your request. Feel free to fill out the questionnaire in the attachment” and the same attachment (probably just a 100KB .pdf) and for us “Person X has requested a questionnaire. Email: XY Phone: 123” etc.

    And then if possible a second contact form in another page which should function well “normally” as a contact form.

    On a side note: my current contact form is getting a messed up email when I fill out the information – some is missing and some is in the wrong place e.g. family name in the place of name etc. I am guessing that it’s because I have changed the names of the lines to Cyrillic letters (website won’t be in English)

    Thank you in advance

    Kind regards

    #190281

    Hey voralomidn!

    You’ll need to look into third party plugins to have a contact form with that kind of behavior. The built in form doesn’t support attachments in any form right now.

    Cheers!
    Devin

    #190282

    Thank you for the super fast reply :) Do you have a form in mind? Or is it possible to have a download option of the questionnaire as a last resort?

    Btw: any ideas why the normal contact form is switching out the name with the family name etc.?

    #190425

    Hi!

    You can insert a Text Block element then add a download code, it will look something like this:

    <a href="FILE URL HERE" target="_blank">Click here to download.</a>

    If you want it to be more fancy, you can use an image instead:

    <a href="FILE URL HERE" target="_blank"><img src="IMAGE URL HERE" alt="Download File Here" /></a>

    Cheers!
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Automatic email with attachment from contact form’ is closed to new replies.