Hi,
on the basic of your Form ‚demo-basic-contact-captche‘ I create with the chrono-Designer more Textboxes, Dropdown and Checkboxes.
The Test of this Formular (embedded in Joomla!3.4) is: Al Fields are correctly shown and I can fil in the form. But transferred to my E-Mail are only the data content from one Text Box ‚name‘, Email, and the Words: Phone, Message, Enter the code
What basically function is missing?
Thanks for your help!
Regards,
Maggie
on the basic of your Form ‚demo-basic-contact-captche‘ I create with the chrono-Designer more Textboxes, Dropdown and Checkboxes.
The Test of this Formular (embedded in Joomla!3.4) is: Al Fields are correctly shown and I can fil in the form. But transferred to my E-Mail are only the data content from one Text Box ‚name‘, Email, and the Words: Phone, Message, Enter the code
What basically function is missing?
Thanks for your help!
Regards,
Maggie
Hi Maggie,
If you add new inputs you need to update the Email template to include them. You can either edit the template, or delete it completely and save the form - then ChronoForms will generate a new version.
Bob
If you add new inputs you need to update the Email template to include them. You can either edit the template, or delete it completely and save the form - then ChronoForms will generate a new version.
Bob
Thanks!
a colaps field has 3 possibilities 0=E-Mail; 1=Fon; 2=Post
How can I edition, that not the number (0 or 1 or 2) is shown but the Word (E-Mail or Fon or Post).
And a second question is: Where must I input a text line? In the form I want to position a headline without text-field.
Thanks for your help!
maggie
a colaps field has 3 possibilities 0=E-Mail; 1=Fon; 2=Post
How can I edition, that not the number (0 or 1 or 2) is shown but the Word (E-Mail or Fon or Post).
And a second question is: Where must I input a text line? In the form I want to position a headline without text-field.
Thanks for your help!
maggie
Hi Maggie,
a. Set the options as
b. Use a Custom Code element from the Advanced elements group in the Designer tab - you probably need to set Pure Code to Yes in the settings.
Bob
a. Set the options as
E-Mail=E-Mail
Fon=Fon
Post=Post
b. Use a Custom Code element from the Advanced elements group in the Designer tab - you probably need to set Pure Code to Yes in the settings.
Bob
Thanks Bob! Perfect!
Now I must only do a few layout customize - where shut I do this layout customize?
Maggie
Now I must only do a few layout customize - where shut I do this layout customize?
Maggie
Hi Bob,
Labels from textfields should be on the left side and the labels from checkboxes on the right.
color and font; distance between the rows; text and backgroundcolor bei false ...I think thats it :-)
Labels from textfields should be on the left side and the labels from checkboxes on the right.
color and font; distance between the rows; text and backgroundcolor bei false ...I think thats it :-)
Hi Maggie,
Labels for text fields are on the left side.
Labels for checkboxes options are on the right - if you want to move the main label to the right you will need to use a Custom Code element and add the HTML by hand.
For the distance between the rows try setting Tight Layout to Yes on the form Styles tab.
Color and font; text and background color . . . all these will need custom CSS added in a Load CSS action in the form On Load event.
Bob
Labels for text fields are on the left side.
Labels for checkboxes options are on the right - if you want to move the main label to the right you will need to use a Custom Code element and add the HTML by hand.
For the distance between the rows try setting Tight Layout to Yes on the form Styles tab.
Color and font; text and background color . . . all these will need custom CSS added in a Load CSS action in the form On Load event.
Bob
Thanks Bob!
I'll try it.
Maggie
I'll try it.
Maggie
Hi Bob,
okay, I create 'Load CSS' there I can write the code or I can refer to a css-file.
I have a css file in my themes folder (mythemes/css/myfile.css)
Now I don't find the right path to myfile.css
Sorry, but fall into despair :-(
Tanks for helping :-)
Maggie
Color and font; text and background color . . . all these will need custom CSS added in a Load CSS action in the form On Load event.
okay, I create 'Load CSS' there I can write the code or I can refer to a css-file.
I have a css file in my themes folder (mythemes/css/myfile.css)
Now I don't find the right path to myfile.css
Sorry, but fall into despair :-(
Tanks for helping :-)
Maggie
HI Maggie,
You need a URL for a CSS file like http://my_domain.com/mythemes/css/myfile.css
It's probably just as easy to add the CSS you want directly to the Load CSS action.
Bob
You need a URL for a CSS file like http://my_domain.com/mythemes/css/myfile.css
It's probably just as easy to add the CSS you want directly to the Load CSS action.
Bob
okay, thanks!
I thought, if there is some update in chronoforms, than my css in the load action is off - or is this trash-thinking 😑
maggie
I thought, if there is some update in chronoforms, than my css in the load action is off - or is this trash-thinking 😑
maggie
Hi Maggie,
Updating ChronoForms won't change any code in the Load CSS or Load Javascript - or any other Custom code.
Bob
Updating ChronoForms won't change any code in the Load CSS or Load Javascript - or any other Custom code.
Bob
okay 😀
This topic is locked and no more replies can be posted.
