• Resolved getinfo

    (@getinfo)


    Hi,
    I have implemented grid with new Add Row functionality, however when I sent email then message body is coming blank whereas it works for simple form.
    I am not sure if I have to do some extra coding to populate the message body in this case. I don’t think anywhere in text more where I am populating tag messagebody

    Please let me know how to proceed .

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    can you show me a screen shot of your form grid design and one of your mail body message?

    If you have included the mail tags it should display submitted values for each field that you have included in the mail body.

    Thread Starter getinfo

    (@getinfo)

    Hi , sorry not near my computer right now to send the screen shot. But I don’t have message body tag in my design . I am sure I did something wrong in my design . Do you have some sample where you gave grid with add roe button design so I can compare now . Else will send screen shot as soon as I get access .

    Thread Starter getinfo

    (@getinfo)

    Hi , I dont see any option to attach the screen shot, but here is the text portion of my form. Here we have “add Row” to add more rows to the grid. Dont know how to assign value to tag Message Body:[your-message]

    ****************************************start****************

    <div class=”container”>
    <div class=”row”>
    <div class=”columns one-half”>
    <div class=”container”>
    <div class=”row”>
    <div class=”columns full”>
    <div class=”field”><label>Name*</label>[text* your-name]
    <p class=”info-tip”>Enter your full name</p>
    </div>
    </div>
    </div>
    </div>
    </div>
    <div class=”columns one-half”>
    <div class=”container”>
    <div class=”row”>
    <div class=”columns full cf7sgfocus”>
    <div class=”field”><label>Email*</label>[email* your-email]
    <p class=”info-tip”>Enter a valid email</p>
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>
    <div class=”container”>
    <div class=”row”>
    <div class=”columns full”>
    <div class=”container cf7-sg-table” data-button=”Add Song”>
    <div class=”row cf7-sg-table”>
    <div class=”columns one-third”>
    <div class=”field”><label>Song Name*</label>[text* songname placeholder “Song Name”]
    <p class=”info-tip”></p>
    </div>
    </div>
    <div class=”columns one-third”>
    <div class=”field”><label>Movie/Album Name</label>[text moviename placeholder "Movie /Album Name"]
    <p class=”info-tip”></p>
    </div>
    </div>
    <div class=”columns one-third”>
    <div class=”field”><label>Link</label>[url linktosong placeholder “Link of Youtube/Gaana”]
    <p class=”info-tip”></p>
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>
    <div class=”container”>
    <div class=”row”>
    <div class=”columns one-half offset-two”>
    <div class=”field”><label></label>[submit id:send “Send”]
    <p class=”info-tip”></p>
    </div>
    </div>
    </div>
    </div>

    **********************end ********************************

    Thread Starter getinfo

    (@getinfo)

    Pls suggest as I am stuck here and can’t proceed .

    Plugin Author Aurovrata Venet

    (@aurovrata)

    I think you need to learn how to use contact form 7 mail-tags to create your msg.

    Try pasting the following in your mai body message,

    
    Message Body:
    Song Name: [songname]
    Movie/Album Name: [moviename]
    Link: [linktosong]
    
    
    Thread Starter getinfo

    (@getinfo)

    Thanks a lot. It worked. I must tell you its an awesome plugin. I have not seen this functionality. Any video would have been great help for person like me who doesn’t know much how to use Contact form 7. I can make a quick video in my free time if you want.

    I know right now, plugin is sending data like array (comma separated). Is it possible if I can format it like in the email also.

    1. Song Name: YYYY
    Movie/Album Name: SSSS
    Link: https://www.youtube/YYY

    2. Song Name: ZZZ
    Movie/Album Name: VVVV
    Link: https://www.youtube/ZZ

    Since I am planning to store it in DB, I think your another plugin Post my CF7 will help in this?
    Do you have any video on this?

    Thanks

    Plugin Author Aurovrata Venet

    (@aurovrata)

    Any video would have been great help for person like me who doesn’t know much how to use Contact form 7.

    Ya, I plan to when I get some time.

    I can make a quick video in my free time if you want.

    by all means, please feel free and post the link back here, I will include it in the page plugin.

    Is it possible if I can format it like in the email also.

    not currently as it requires a better tracking of table fields to identify the connection between fields…however, I have an idea of how to do it, but at this point all the development for this plugin is being paid by various projects I work on. If and when a functionality is required, I code it in as my time/effort is paid for by the project.

    Currently there is no project I a working on which requires this functionality, so I don’t think I will add it any time soon.

    If you need this and your project can afford to hire my time, you can reach me on vrata at syllogic dot in. Else you’ll need to be patient.

    Thread Starter getinfo

    (@getinfo)

    Thanks a lot. Actually I am helping a friend of mine in setting up site and he doesn’t have budget to buy any service. thanks a lot. Let me see when I can make video on this.

    Plugin Author Aurovrata Venet

    (@aurovrata)

    he doesn’t have budget to buy any service

    no worries, in time I am sure I will require this functionality on one of my project and will therefore be able to include.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Message body coming blank’ is closed to new replies.