Hi all,
this is my first time here, so reggards to all.
I have this form with chronoform and i would like to insert a field to upload an image, us 2 dropdownlists and with a button insert into the database created on joomla.
Whats the better way to do it?
๐
this is my first time here, so reggards to all.
I have this form with chronoform and i would like to insert a field to upload an image, us 2 dropdownlists and with a button insert into the database created on joomla.
Whats the better way to do it?
๐
Hello devaite,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
My form data isn't saving to the database correctly
My CFv5 form data isn't saving to the database correctly
How do I save form data to a database table?
How to load record data from a database table into your form
P.S: I'm just an automated service๐
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
My form data isn't saving to the database correctly
My CFv5 form data isn't saving to the database correctly
How do I save form data to a database table?
How to load record data from a database table into your form
P.S: I'm just an automated service๐
Hi devaite,
Click the new form button and give your form a name.
In the form Designer tab add two Dropdown elements, a File Field element and a Submit Button. Configure as needed. (I recommend that you give the elements meaningful names and ids.)
In the Setup tab add an HTML (render form action) to the On Load event; and an Upload Files and DB Save action to the On Submit event.
Save and Close the form; check the box at the left of the name and then the Create Table icon in the toolbar. Check and format the columns you need (i,e, not the submit button). Save
Open the form again and link the DB Save to the new table.
Save and Test.
Bob
Click the new form button and give your form a name.
In the form Designer tab add two Dropdown elements, a File Field element and a Submit Button. Configure as needed. (I recommend that you give the elements meaningful names and ids.)
In the Setup tab add an HTML (render form action) to the On Load event; and an Upload Files and DB Save action to the On Submit event.
Save and Close the form; check the box at the left of the name and then the Create Table icon in the toolbar. Check and format the columns you need (i,e, not the submit button). Save
Open the form again and link the DB Save to the new table.
Save and Test.
Bob
This topic is locked and no more replies can be posted.