Very tiny problem...New form padding...

User 103173 Photo


VP of Software Development
0 posts

Jorge Pederzini wrote:
I haven't published the page beacuse it looks bad. I can see what it looks like on Dreamweaver preview and the link below (s-drive).

http://webya.coffeecup.com/forms/Forma_new/

This URL won't help any of us that much. You need to put this inside of your website and publish it. That is the ONLY way for us to be able to offer any help.;)
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
User 2115412 Photo


Registered User
14 posts

I published a test page with the form. The space appears between the form and the orange bar.

See also how when you start typing on the fileds "Estado" and "C.P." a small v appears underneath. Thanks for the help.

http://www.webya.mx/Goparts_test.html
User 187934 Photo


Senior Advisor
20,181 posts
Online Now

Looks as if you have a v entered in for your friendly hint.:)
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2115412 Photo


Registered User
14 posts

That's what it looks like, but there is nothing on the friendly hint or placeholders fields. However, I'm not too worried about that, I still can't make the form to be placed at the top.

Help?
User 629005 Photo


Ambassador
2,174 posts

Jorge - In checking your code, you do have a 'v' in each of those fields as a "hidden hint". See code copied from your form:

form wrote:
<div class="fb-input-box">
<input id="item4_text_1" name="Estado" maxlength="10" required data-hint=""
autocomplete="off" placeholder="" type="text" />
<div style="FONT-STYLE: normal; DISPLAY: none; COLOR: #888; FONT-WEIGHT: normal"
class="fb-hint hidden_hint">
v

form wrote:
<div class="fb-input-box">
<input id="item5_text_1" name="CP" maxlength="10" data-hint="" autocomplete="off"
placeholder="" type="text" />
<div style="FONT-STYLE: normal; DISPLAY: none; COLOR: #888; FONT-WEIGHT: normal"
class="fb-hint hidden_hint">
v


I can't tell you what "lines" those are on, but if you were to look at the source code you could find them I'm sure. Within the program, I believe that you need to go to "Form Options" and look at the "Hide Hints" options. I would say you should select the fields (in the "Hidden Fields" box) and press the "-" minus sign. Alternatively, you 'may' be able to "unselect" the Hide Hints checkbox (not real sure there).
Living the dream, stocking the cream :D
User 2115412 Photo


Registered User
14 posts

Thanks Phil I will check it out. Any idea how to fix the padding problem?

Thanks.
User 187934 Photo


Senior Advisor
20,181 posts
Online Now

Jorge, Your try to get rid of the top padding above your form correct?
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2115412 Photo


Registered User
14 posts

Yes, do you know how to do that?
User 187934 Photo


Senior Advisor
20,181 posts
Online Now

To me it looks like the exact issue I reported.:/ A padding above the form of about 30px.:(
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2115412 Photo


Registered User
14 posts

Any help from anybody??

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.