EDIT:
I have moved this post to the right forum section:
www.joomlapolis.com/component/option,com_joomlaboard/Itemid,38/func,view/catid,88/id,106160/#106160
---
Hello
I am using Chronoforms to handle complex, multipage forms (because of flexibility in layout). The form passes all the entered data from fields onto Community Builder well so far and registration works a treat.
Separately, I have set up CBSubs subscription types, and tested them all using their respective URL's (they are all exclusive subscription types of varying amounts/terms). These work very well also.
Now, I know you can access a specific membership type using:
[code:1]...index.php?option=com_comprofiler&task=pluginclass&plugin=cbpaidsubscriptions&do=displayplans&plans=[X][/code:1]
I have hidden all the CB fields at registration, so I am left with only a checkbox (selected by default) of the particualr subscription plan. This is great!
Now, my question is this: How do I handle the submit code from the last page of my Chronoforms to be passed onto this CBSubs "displayplan" page? Initially before the user begins to fill in the Chronoform, he/she chooses the plan that they are interested in and that value triggers a specific form, which in turn I would like to trigger the particular CBSubs "displayplan" page for finialising the plan and process the ensuing payment options/processing etc.
Chronoforms is quite brilliant, and one can virtually customise everything. There is a place where one can place extra before onsubmit code, or extra after onsubmit code... I wonder if this is where I place code that forward the user on to the "displayplan" form?
I wonder what this submission code would be? I know that when one hits Submit, Chronoforms populates all the CB fields, so I feel that after submit, something needs to happen to move smoothly onto the CBSubs form.
Can anyone help?
Thanks!
Post edited by: daemonhunt, at: 2009/07/27 04:26