I'm developing a site which demands tags on all articles for ease of search and categorization.
I'm using Custom Properties for this... it works great.
find the demo site here: http://www.solidsystem.it/demo/
What I'm looking to do is create a form to replace the native "submit article" form with one that will also allow the author to select the corresponding tags at the same time.
This would mean that the form would dump information into 2 different places, possibly use a 2 form/step approach.
The first step would be a remake of the already existing submit article form.
submitting data to jos_content
The second step would consist of a series of checkboxes so the user can choose the tags placed onto the article, this data is kept in a different place : jos_custom_properties
Can this be done with ChronoForms?
Tide
I'm using Custom Properties for this... it works great.
find the demo site here: http://www.solidsystem.it/demo/
What I'm looking to do is create a form to replace the native "submit article" form with one that will also allow the author to select the corresponding tags at the same time.
This would mean that the form would dump information into 2 different places, possibly use a 2 form/step approach.
The first step would be a remake of the already existing submit article form.
submitting data to jos_content
The second step would consist of a series of checkboxes so the user can choose the tags placed onto the article, this data is kept in a different place : jos_custom_properties
Can this be done with ChronoForms?
Tide