Form Builder Issue With Template - Question | JoomShaper

Form Builder Issue With Template

OH

O. Harris

Template 3 years ago

I am using the podcast template and there seems to be an issue with the Message or Select option when using Form Builder in SP Page Builder.

See screenshot link - http://prntscr.com/x93yee

The Select and Message form options are the areas with the concerns. Re the Message area, the form label remains over the input text.

0
15 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #3345

Hi there,

Thanks for contacting us. Sorry for the inconvenience. Please add this css code inside the custom.css file.

select#sppb-form-builder-field-2 {
    top: 35px;
    position: relative;
}

-Thanks

0
OH
O. Harris
Accepted Answer
3 years ago #3406

There still appears to be an issue with the message box (text area field). See screenshot link - http://prntscr.com/xg56iw

The message is typed over the label.

Also, within the service option (select field) the first option is displayed. See screenshot link - http://prntscr.com/xg5htq

How can the option be hidden and only label show?

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #3415

Add this css code remove the previous code.

.sppb-form-group.sppb-form-builder-field-2 label {
    display: none;
}
0
OH
O. Harris
Accepted Answer
3 years ago #3990

That does not seem to be the solution as I need to see the label and not the options, as is now the case. See screenshot link - http://prntscr.com/xo4xym

You may view webpage here - http://janadians.com/caribpower/contact-us

Also the message area has a problem. The message appears over the label. See screenshot link - http://prntscr.com/xo4za1

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #4085

No problem found my end.

https://prnt.sc/xpc5tt

0
OH
O. Harris
Accepted Answer
3 years ago #4204

When you enter data in the message box, the label does not move.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #4320

Hi there,

Thanks for contacting us. Sorry for the inconvenience. Will you please provide me the Joomla administrator access & FTP access to check the issue? I will check & get back to you soon.

-Thanks

0
OH
O. Harris
Accepted Answer
3 years ago #4349

No problem. See info in hidden content area.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #4424

Yes, There has an issue in placeholder text. I just added initial solution. We will try to add the fix next update. Thanks

0
OH
O. Harris
Accepted Answer
3 years ago #4451

What of the Select A Service label in "Select" field? There is an issue there too that needs to fix.

You had me insert css with "display: none". But when not hidden, the text appears over the select options. See screenshot link - http://prntscr.com/xswdjq

I need label to show.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #4460

Hi there, Please check now. Thanks

0
OH
O. Harris
Accepted Answer
3 years ago #4463

Great, can the options in select field be visible only when drop down is clicked?

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #4472

Not clear. Explain or share an screenshot what exactly want to do. Thanks

0
OH
O. Harris
Accepted Answer
3 years ago #4527

Please see screenshot link of how it is now with first option displaying - http://prntscr.com/xtg4u3

So, I do not wish option to display along with label. See example screenshot link - http://prntscr.com/xtg6va

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #4788

That you want to do exactly this feature does not exist. You can use this way.

0