Hi. How can I add text above fields in the form? For example - instructional text about how to fill some of the fields?
(I'm still new on the CSS side, so might be missing something basic)
Thanks.
Shay.
Hi. How can I add text above fields in the form? For example - instructional text about how to fill some of the fields?
(I'm still new on the CSS side, so might be missing something basic)
Thanks.
Shay.
Comments
Comment #1
quicksketchThe easiest way is to make a "Markup" component and just type some HTML in it, then place it wherever you like within the form.
Comment #2
balaftuna commentedGreat idea quicksketch. so simple, yet effective.
Thanks :)
Comment #3
balaftuna commentedComment #4
balaftuna commentedTried to implement this with a textarea, but since the label is mandatory it's not working very nice.
Is there another way that will let me put additional text in different places in the form?
Ideally I'd be able to define the character of this text via the theme's CSS.
Thanks.
Shay.
Comment #5
quicksketchThere is no other way that do not involve PHP coding. Read the THEMING.txt file that comes with Webform to learn about how you can add custom theming to your forms.
Comment #6
balaftuna commentedThanks!
Comment #7
drvdt commentedIf using Markup module, we can only see that text line on "node/edit" page, not able with view node (node/x).
Do you know how to do?
Many thanks!