parth11189
Forum Replies Created
-
Forum: Plugins
In reply to: [Logo Slider] Logo Not Responsivehi,
I want to do one thing that, when any user does not select any image at the time of event creation, then I want to save default image for that event..So, how can I do it..?
Is there any way to set default image when user have no selected any image for event registration..?Mark this post as resolved…
Mark this post as resolved…
And let me tell, your suggested solution from Additional Fields to uncheck the Subject Field and save changes, not removing field from the form…
But it need to make changes (remove totally code of Subject field) in contact_form.php file of plugin…
Thanks for reply back to me with solution..
In between I also tried to remove that field from contact_form.php file form the folder..
And remove totally code related to the Subject field…
Then try to send mail, it works perfect…
Sending mail work perfect…
Also thanks to you for reply…Forum: Plugins
In reply to: [Simplr Registration Form Plus+] How can I store field data in database tableparsaniyaparth at gmail . com
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] How can I store field data in database tableYes, you can send to me.
but right now I am on job, can do after free hours at 8pm or later on or morning tomorrow…Forum: Plugins
In reply to: [Simplr Registration Form Plus+] How can I store field data in database tableOh…
for that you have to add php code for display those type of data on the page, as I am thinking, not 100% sure this is need to do or other solutions is there to display empty fields…
I think like that to add back end php coding to display in profile page same firstname and email are display, as per my thinking…
Not know what exact solution for it…
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] How can I store field data in database tableAll data are not stored in usermeta table of the form fields.?
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] How can I store field data in database tableSome fields value store in wp_users table, while some other fields store in wp_usermeta table with the id related to the wp_users…
see the id of wp_users table and check the rows in the wp_usermeta table with the same id of wp_users…
For example, wp_users have id = 1.
Then in wp_usermeta table fine all the rows with id = 1, and based on that id you will find all the data related the user id 1.This may help you find data of the form…
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] How can I store field data in database tableLet me know your website name please…?
In profile user page you have used the registration form plugin..?
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] How can I store field data in database tableOk…
Get it..Forum: Plugins
In reply to: [Simplr Registration Form Plus+] How can I store field data in database tableI have check that in table.
There are no fields such like first_name and last_name in wp_users table.
So, I have added later on in table those 2 fields.These both fields I have added in form from admin panel back end.
And when add one new register through the form, then all details added in database table.But first name and last name were not stored.