getinfo
Forum Replies Created
-
Forum: Plugins
In reply to: [Temporary Login Without Password] Can we add more custom fields to itHi, i have added few extra profile fields like event name, event Id etc for a user under user profile . Now once I register a user using your plugin then I have to go inside user profile and enter these extra profile fields. So I was wondering if these xtra fields can be available to your plugin too
Forum: Plugins
In reply to: [Theme My Login] Not redirecting to registration pageThanks for the response. As per requirement admin or some other role should be able to create user from frontend. Is it possible from this plugin ?
Forum: Plugins
In reply to: [Smart Grid-Layout Design for Contact Form 7] Message body coming blankThanks 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.
Forum: Plugins
In reply to: [Smart Grid-Layout Design for Contact Form 7] Message body coming blankThanks 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/YYY2. Song Name: ZZZ
Movie/Album Name: VVVV
Link: https://www.youtube/ZZSince 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
Forum: Plugins
In reply to: [Smart Grid-Layout Design for Contact Form 7] Message body coming blankPls suggest as I am stuck here and can’t proceed .
Forum: Plugins
In reply to: [Smart Grid-Layout Design for Contact Form 7] Message body coming blankHi , 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 ********************************
Forum: Plugins
In reply to: [Smart Grid-Layout Design for Contact Form 7] Message body coming blankHi , 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 .
Hi, I could resolve the issue with the help of following post.
https://stackoverflow.com/questions/47529257/contact-form-7-cause-http-500-error
my bad. I should not have deactivated the main CF7 plugin. everything back but I am still not able to submit the request because of the error. let me start a new thread for this.
Forum: Plugins
In reply to: [Smart Grid-Layout Design for Contact Form 7] Deleting added row1.Thanks for the quick response. I could resolve the dash icon issue using this plugin “Frontend Dashicons”. Now it is working fine. One more thing, is it possible to display delete icon in front of every new added row?. now it is appearing at last row itself.
2. Sure , next time I will definitely open new thread for new issue. thanks for suggestion. let me try it.
Forum: Plugins
In reply to: [Smart Grid-Layout Design for Contact Form 7] Deleting added rowHI,
First thanks a lot for the awesome plugin. I was looking such plugin for such as long time.i almost planned to write a php/jquery code but then I found this plugin.1. I implemented it as per one of youtube video and I can add textboxes but I don’t see any delete button. It looks like my theme is not loading dash icon CSS. Do you know what is the right way to load.?
2.As per my requirement, I have a Email field which I want to validate when user click on send button. i.e I will be creating user with email address from the WordPress user admin. as per my requirement only registered user can send email to admin and save the data in the database. Could you please give me some idea which file I need to modify in your plugin and can I do it using child theme so that in future my changes don’t get overwritten. or do you have some other way to achieve this.