I'm new to the Joomla and ChronoForms and I'm finally working for a serious website!
Seeing the infinite😲 possibilities given by CF 8) I've tried all day long, yesterday, to understand and get to a solution to use ChronoForms to make a telephone operator login to the website and compile a form with answers got from the users. Users phone to propose topics to talk about or problems noticed. The form logs various informations about the user and the operator asks the user if s/he wants to register to the website too (radio button), using a chosen username, to let s/he come to the website and participate. All this would have been easier if we had Joomla alone but we have a phpbb3 forum where users can pose problems in the way they want and also any article is put there by a bot to incentive this. Phone operators would be useful to let also non-internet-friendly users get in touch with us, eventually recontacting the user if s/he doesn't use the website. We are using the component JFusion to integrate Joomla and phpbb3. It basically works disabling Joomla registration and making it possible only by phpbb3(which is the master) and synchronizing both the user databases on registration/login.
Oh my god, how long I am, sorry, I go straight to the point!!
What I would want to do with Chronoform is:
[list=1]1)provide the form to be completed to the phone operator (done), letting operators (authors of Joomla) only see and compile them (I think about the watchman plugin, I've read there should be a fixed version soon, right?);[/list:o]
[list=2]2)if users want, let them be registered to the system, using username, name and birth date as password. I can't do this with the Joomla registration plugin because registration MUST be disabled due to a JFusion's requirement. Is it possible to get this by sending post datas to the forum registration page? This way everything should go right, I think about a possible double nickname and about email verification.[/list:o]
[list=3]3)in any case, send -some- of the data (I want to toggle strictly personal ones) to an article we have to approve for publishing, with as author the operator logged in and with created_by_alias the name of the user and[/list:o]
[list=4]4)send -all- the data by email to a container(done)[/list:o]
Could you help with point 2 and 3?
About point 3, I've worked hard with the submitcontent file in the download area, it works as it is, but trying to modifying it I don't get to understand how text data are sent. I managed to get a first page with the form and a second confirmation page with the wysiwyg editor already containing the previous well-formatted data to be sent as an article and letting the operator write the text of the problem. All the final content in the editor of the confirmation page is an isolated form and I see with FireBug there are all the hidden forms of the previous page. If I go on and submit the correct message comes but no article is added. I see the autogenerated code is completely different (includes all the hidden fields that aren't needed for the article), and I've also seen it can't be modified by the gui. I've managed to modify it by phpmyadmin and rendered it the 'old' submitcontent one with no lucky results (nothing added)...
SORRY for this poem...and thanks for your help and great work!