* Side note: The reason I'm asking about Jomsocial/CB is that I have two versions of my site in a staging environment--one with Jomsocial and one with CB--and I have paid for both. I really don't care which one we ultimately use in production because our "community" is not much more than a Jfusion-bridged forum on phpBB... I'm leaning toward using CB because, even though it's uglier, it's got more management capabilities (custom fields, validation rules, moderation rules, etc).
Second part of the question: How would my various versions of forms get implemented? Is each form a module that I place inside of unique articles? Do I create some sort of hidden menu in Joomla? (Remember, I don't want people navigating directly to these forms, they would just link to them from various marketing campaigns...) I need to be able to control all of the content on the page, not just the form fields but the actual text that is displayed above/below the form. Doable?
Thanks in advance!
With CB you can do all of this with one complex form.
You'd pass the input parameters to the form using the link URLs e.g. &product_id=xyz123
In the Form HTML you can read these and construct whatever combination of form elements you want to display to the user plus hidden fields to pass on any other data.
The ChronoForms CB_registration plugin will also let you link this with CB registration if you want to.
There isn't a JomSocial plugin but JomSocial uses the Joomla Registration for all but the last step of the sign-up process so it shouldn't be too hard to do this if you need it.
Bob
