process data some fields are missing

4840778023 08 Mar, 2016
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
GreyHead 08 Mar, 2016
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
4840778023 08 Mar, 2016
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
GreyHead 08 Mar, 2016
Hi Maggie,

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
4840778023 08 Mar, 2016
Thanks Bob! Perfect!
Now I must only do a few layout customize - where shut I do this layout customize?

Maggie
GreyHead 08 Mar, 2016
Hi Maggie,

What do you need to customise?

Bob
4840778023 08 Mar, 2016
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 :-)
GreyHead 09 Mar, 2016
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
4840778023 09 Mar, 2016
Thanks Bob!
I'll try it.
Maggie
4840778023 12 Mar, 2016
Hi Bob,

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
GreyHead 13 Mar, 2016
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
4840778023 13 Mar, 2016
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
GreyHead 14 Mar, 2016
Hi Maggie,

Updating ChronoForms won't change any code in the Load CSS or Load Javascript - or any other Custom code.

Bob
This topic is locked and no more replies can be posted.