I have a form that has an important field named type. Type can take two values: Fruit or Vegetable. Then all the other fields follow in the form.
Suppose Fruit is selected, data should be stored in DB named db_fruit. If Vegetable is selected, data should be stored in DB named db_vegetable. The tables in these two DB will have the same schema.
Joomla site itself is associated with a different DB where the form is designed via the Chronoforms admin component.
Is this possible? Please guide me.
Suppose Fruit is selected, data should be stored in DB named db_fruit. If Vegetable is selected, data should be stored in DB named db_vegetable. The tables in these two DB will have the same schema.
Joomla site itself is associated with a different DB where the form is designed via the Chronoforms admin component.
Is this possible? Please guide me.