Hello I have a problem with a job that I am performing.
I'm new, working with joomla 2.5, chronoform V4 and chronoconnectivity V4.
I have a form linked to the database via chronoconnectivity V4 and I want to add a new input type textbox to my form . My doubts are:
What will happen when I create my textbox, does this automatically create the entry in the database?
Does this affect the data that is stored?
Is there any way to test without affecting the site?
Thank you in advance for your answers.
I'm new, working with joomla 2.5, chronoform V4 and chronoconnectivity V4.
I have a form linked to the database via chronoconnectivity V4 and I want to add a new input type textbox to my form . My doubts are:
What will happen when I create my textbox, does this automatically create the entry in the database?
Does this affect the data that is stored?
Is there any way to test without affecting the site?
Thank you in advance for your answers.
Hi Marque,
No it doesn't automatically add a column to the database, you need to do that using PHPMyAdmin or something similar.
Not it doesn't affect the stored data.
Create copies of the CC Listing and CF form (and possibly the table too) and do your development with those.
Bob
No it doesn't automatically add a column to the database, you need to do that using PHPMyAdmin or something similar.
Not it doesn't affect the stored data.
Create copies of the CC Listing and CF form (and possibly the table too) and do your development with those.
Bob
This topic is locked and no more replies can be posted.