Hi,
I recently downloaded the free chronoforms for Joomla 2.5. I am trying to set up my form using custom html code. Looks like I have everything set up right but when I click the 'test page' button, only 'Powered By ChronoForms - ChronoEngine.com appears'. Maybe I missed a detail? I've already slid the custom field and show html options into the On Load boxes. Please help me!
Hi swaggafitness,
Hard to say from the info here (or in your two emails).
It sounds as though you may have your HTML in a Custom Code action in the On Load event. Please try copying and pasting it to a Custom Element element (from the Advanced Group) in the Preview box.
Bob
Okay Bob,
That actually worked and thank you! One more thing though...
The format of my html is a little off and the check boxes are not in the justified format like they were before. What do I need to do?
Hi swaggafitness,
That's probably something in the CSS - can't say any more from the info here :-(
Bob
Nevermind that last post! I'm in the Form Wizard trying to edit the label text of a text box. After I click save and test form, nothing changes.
Hi swaggafitness,
I have already replied to your other post about the Label edit.
Looking at the HTML here it seems to me that you have copied the Joomla! registration form and added some extra inputs. YOu have left the <form> tags in so this won't work unless you remove these or turn the ChronoForms form tags off on the form General tab. (Nested <form> tags are invalid HTML.)
Note: If you leave these tags in then the form will submit the the Joomla! User component and ChronoForms will never see the results.
Bob