• Hi… something is wrong in my code (my mistake)… but what?
    The target is to get the customers email address from the form.

    1. My contact form is here:
    https://regnvandstonde.com/e-mail/

    2. The code of this form:
    <
    Fornavn*
    [text* first-name]

    Efternavn
    [text last-name]

    E-mail*
    [email* your-email]

    Vedr?rende

    [text your-subject]

    Hvordan kan jeg hj?lpe?

    [textarea your-message]

    [submit “Send”]</p>
    >

    3. The email which is sent to me doesn’t content the email of the customer. I like to have the customer’s email address in the “from” line.
    The from line right now:
    [your-email] [email protected]

    =============
    I’m quite sure the mistake is made in the “E-mail” code within the form code (2.).
    <[email* your-email]>
    What should it look like?



Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Don’t get customer’s email address back. What is missing?’ is closed to new replies.