Lead Capture Tools

russtanner6
メンバー

Is there a way to put form labels (inline) with the field instead of on top (the default position)?

解決
0 いいね!
1件の承認済みベストアンサー
Aakar
解決策
キーアドバイザー

Is there a way to put form labels (inline) with the field instead of on top (the default position)?

解決

Yes, @russtanner6. The easy option is to delete the label and have it as placeholder text. 

 

 

Screen Shot 2019-08-16 at 6.11.48 PM.png

 

 

 

Aakar Anil
Marketing Technologist
aakar.me | @aakarpost | in/aakarpost

元の投稿で解決策を見る

0 いいね!
5件の返信
Aakar
解決策
キーアドバイザー

Is there a way to put form labels (inline) with the field instead of on top (the default position)?

解決

Yes, @russtanner6. The easy option is to delete the label and have it as placeholder text. 

 

 

Screen Shot 2019-08-16 at 6.11.48 PM.png

 

 

 

Aakar Anil
Marketing Technologist
aakar.me | @aakarpost | in/aakarpost
0 いいね!
justserve
メンバー

Is there a way to put form labels (inline) with the field instead of on top (the default position)?

解決

Good idea. Are there any usability issues that  will come up by doing this?

0 いいね!
Aakar
キーアドバイザー

Is there a way to put form labels (inline) with the field instead of on top (the default position)?

解決

@justserve No. You might have to update your CSS though.

Aakar Anil
Marketing Technologist
aakar.me | @aakarpost | in/aakarpost
0 いいね!
MohammedKareem
メンバー

Is there a way to put form labels (inline) with the field instead of on top (the default position)?

解決

Hi Aakar Ani,

 

I have marked First name field to be mandatory. When i delete the text from label and add it to the placeholder text, still i can find the asterisk (*) in the label field basically it should show next to the placeholder text right ? I want to delete it even that asterisk from the label.

 

And the second thing i want to know that how can i hide error msg display in the form. I want to show only the text box border in red color not the error msg please.

 

Please find the below image url for your reference: 

https://prnt.sc/pb3t1a

 

Thanks,

Kareem.

0 いいね!
Aakar
キーアドバイザー

Is there a way to put form labels (inline) with the field instead of on top (the default position)?

解決

Hi @MohammedKareem 

 

You've to hide those asterisk (*) & error message with CSS. If you're familiar with CSS, you can use the following code or something similar.

 

For asterisk (*)

 

.hs-form-required {
     display: none;

For error message: 

 
label.hs-error-msg {
     display: none;
Thanks.
Aakar Anil
Marketing Technologist
aakar.me | @aakarpost | in/aakarpost