I have a client who has a very specific requirement regarding TPCA notices. The page has a hidden edit box with a label linked to it. The label contains the TCPA text that appears directly above the submit button. This arrangement is to satisfy a third-party company that provides TCPA validation and so it can't be done via a text object (the normal way I handle this).
The issue is that the label (which has quite a bit of text) formats correctly in the default view. But in the smaller views, the label appears behind the submit button. This stripped down demo shows the problem.
Could very well be I've formatted something incorrectly, but as of now it has me perplexed. And the client needs this done ASAP.
Thanks!
Label Not Appearing Correctly
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/publish.html
http://www.wysiwygwebbuilder.com/preview.html
Frequently Asked Questions about Publishing
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/publish.html
http://www.wysiwygwebbuilder.com/preview.html
Frequently Asked Questions about Publishing
Label Not Appearing Correctly
Billing clients for your freelance work? Try Minute-2-Minute, the project management, timing, and billing system. Perfect for web developers who charge by the hour. FREE 45-day trial.
Re: Label Not Appearing Correctly
The label object was designed for single line text, so that is why it has a fixed height.
I will investigate if multi-line support can be added in the future.
In the meantime, you can add custom style in Object HTML:

I will investigate if multi-line support can be added in the future.
In the meantime, you can add custom style in Object HTML:
Code: Select all
height: auto !important;
Maybe you should have asked earlier thenAnd the client needs this done ASAP.

Re: Label Not Appearing Correctly
Pablo, you are awesome! Thank you!
Billing clients for your freelance work? Try Minute-2-Minute, the project management, timing, and billing system. Perfect for web developers who charge by the hour. FREE 45-day trial.