• Resolved liolyne

    (@liolyne)


    Hi,

    Your plugin is great but I’m facing a problem.

    Step 1 :

    <p>Your Name (required)<br />
        [text* your-name] </p>
    
    <p>Your Email (required)<br />
        [email* your-email] </p>
    
    <p>Subject<br />
        [text your-subject] </p>
    
    <p>Your Message<br />
        [textarea your-message] </p>
    
    <p>[submit "入力内容を確認する"]</p>
    [multistep "1-2-http://url/engagement-entry-form"]

    Step 2 :

    <p>Your Name (required)<br />
        [multiform your-name] </p>
    <p>Your Email (required)<br />
        [multiform your-email] </p>
    <p>Subject<br />
        [multiform your-subject] </p>
    <p>Your Message<br />
        [multiform your-message] </p>
    <p>[submit "Send"]</p>
    [multistep "2-2"]

    Mail Tab (Step 2 form)

    From: [your-name] <[your-email]>
    Subject: [your-subject]
    
    Message Body:
    [your-message]

    But here is the mail I receive :

    From: <>
    Subject: 
    
    Message Body:

    Any ideas where the problem could come ? I can provide url if needed

    https://wordpress.org/plugins/contact-form-7-multi-step-module/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter liolyne

    (@liolyne)

    I forgot to say, [multiform] fields works, and I can see the datas from the first step on the second one.

    Thread Starter liolyne

    (@liolyne)

    Ok Problem solved I just forgot to add the "
    in my multiform shortcode

    I have facing same issue and Another issue is In Internet Explorer First time I was submit the form than it work great but second time previous form data is not clear.It display again… It’s Cache issue and Validation is not working properly….

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Empty Data in mail’ is closed to new replies.