I don't have an tutorial.
You need 3 things everything can be found on Google.
1. SQL Insert Query statement knowledge
2. Excel concatenate function knowledge
3. PHPMyaAdmin or other DB Controle Panel knowledge
Additional info: I need to use WYSIWYG editor in the form cause I am creating a form where guests send texts where Bold, underline, italic and stuff like that it´s quite important.
RSForm! is a form extension, the information in the fields are only saved and not used.
If you use them for user login the same information can be found in the Joomla! user tables.
If you want to import information in the database you need to use a special extension or use things like PHPMyadmin
I'm using the RSForm Pro plugin to make a custom registration form.
I can get almost all of the same information via Manage Subscriptions in RSForm Pro, but I need the {EventStartDate} to be stored in the RSForm data. It would also be nice to have the Total and Discount values, but those aren't as important as the date. I'm using the {EventStartDate} placeholder tag to display the Start Date and Time in the subscription form, but I haven't figured out how to get it to store in the...
I thought you might like to know about a method I evolved for repeating conditional fields on translated forms. This evolved from a problem I faced with a long form with many conditions that is translated to 9 languages. Basic knowledge of PHPMYADMIN, excel and notepad are required.
1. Create a form in the language you want, with all the conditions and formatting resolved as you want it.
2. Create a translated version of the form (Start editing the form in another language)
I have a form with 3 pages and i want at the first page user have a button to submit form. Next, they can go to the next page to continue fill the form.
The important thing is i don't want to lost first page data when user press submit. So that, i think at the first page, i should create a submit form and in page 2, 3 i will create a sql update for that data.
it does seem a bit stupid that we have to submit support tickets to get an answer about this before we buy the product??? either you can import or you cannot. i want to know this also and it should be either in the forum or in the FAQs.
Data import is very important - as the other guy said - i too have many forms to bring over but cannot do this until you openly answer our questions ...
Thats a tough one, if you were a wiz with the database, you could export the relevant rows and renumber the order, then import them, but that seems like just as much work.
How can I import the data from another field of the same form into another field? For example I want to set the mailing address and billing address to be the same by default.
I'm trying to export the database from my live site and import it onto LocalHost on my laptop, but I am receiving an error message. #1062 - Duplicate entry '1' for key 'ComponentId'
When I checked my live site database, I noticed that there are duplicate tables - one set is all lowercase and the other set is all caps. Which set can I delete, or how can I figure out which set to delete?
Hello, Before subscribing can someone confirm if the following functionality is possible using the system plug-in.
1. I would like to display forms in html area of another joomla component. The user can submit the form and also if they subsequently return to the component the form is populated with the data originally submitted.
2. As above but instead of displaying a form will display a list of records for each submission. Click on a record link and the form is displayed. it is important that...
I've not actually done this but it is possible. I don't use the Mailchimp plugin, I just script directly to the MailChimp api using RSForm's Scripting tab (so you can do whatever you want). I've just written a tutorial about it.
Start by creating a form that collects all the information that you want; name, email, phone number, etc. If you have some fields in Mailchimp that you want to populate but don't want a visitor to fill in, then create them as hidden fields. You'll be able to...
This is a howto guide on manually integrating RSForm Pro with the MailChimp API using the scripting feature. None of this requires the separate MailChimp plugin that is available. You'll need some understanding of PHP or the willingness to Google the bits you don't understand in order to learn.
How would you like to send out an email to your subscribers that contained a link to your RSform and when the subscriber clicked on it, the form was pre-filled with their data from MailChimp? Or would...