-
Re: Checkbox field not appearing correctly on Marketo form/landing page
Devraj GrewalApr 21, 2017 9:49 AM (in response to Nina Valtcheva)
1 of 1 people found this helpfulNina,
Your form on the landing page does not display the field labels on any of the fields, that is why "First Name" is available as hint text in the field itself and not as a label to the left as in your previewed form. Those checkbox fields do not have their field labels either. I would play around with the field label positioning for each of those fields.
-
Re: Checkbox field not appearing correctly on Marketo form/landing page
Grégoire Michel Apr 21, 2017 10:10 AM (in response to Nina Valtcheva)1 of 1 people found this helpfulHi Nina,
This is a pure CSS issue. you have a style that hides all labels.
label {
- display: none !important;
}
The way your form is build makes it difficult to remove (all form labels will reappear).
You could have some create some additional styles for you for .mktoCheckboxList label, starting with a display: bloc
-Greg
-
Re: Checkbox field not appearing correctly on Marketo form/landing page
Nina Valtcheva Apr 21, 2017 11:47 AM (in response to Grégoire Michel)Thanks Greg. I am not familiar with CSS and we no longer have a technical resource who would be able to help create additional styles. Is this something that needs to be edited on the landing page template that is we are using with this form? Any help is greatly appreciated! I'm trying to get this fixed and live today.
-
Re: Checkbox field not appearing correctly on Marketo form/landing page
Grégoire Michel Apr 23, 2017 9:08 AM (in response to Nina Valtcheva)Hi Nina,
It can be edited at the form level or at the template level. Better do it at template level so that it applies to all landing pages using the same template immediately (provided you re-approve them). Editing at the form level can be a quick fix.
But you will need someone who knows CSS, though, as enabling labels only for checkboxes fields and not for all other will require some regular level of skills.
-Greg
-