- This topic has 8 replies, 2 voices, and was last updated 2 years, 10 months ago by .
Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.
Download Monitor & Manager Plugin
Simple Download Monitor & Manager for WordPress
· ·
WordPress Download Monitor Plugin › Forums › Download Monitor Plugin Forum › How do we totally remove the Name field from the squeezeform?
How do we totally remove the Name field from the squeezeform?
Do not want clients to enter the double field.
You can do the following to hide the “Name” field from the squeeze form.
#1) Enable the “Make Name Field Not-Required” option in the settings menu of the squeeze form addon.
#2) Next, you can add a CSS tweak to your site to hide the name field.
.sdm_squeeze_name {
display: none;
}
The CSS tweak can be added from the “Appearance -> Customize -> Additional CSS” section of your WordPress admin dashboard.
have slotted in the code at the end of the CSS but it does not seem to work. am i missing out something?
Post the URL of the page (containing the squeeze form) so I can inspect the HTML and CSS code of the site to see if I can get some clues.
[beansprout.sg/introduction-to-investing-in-spacs]
Try the following CSS tweak. That should hide the name for the squeeze form template that you are using:
.sdm_sf_tpl_3_input_name {
display: none;
}
thanks! it works now. why is it sp_tpl_3?
It’s a HTML/CSS class for that input field. sf_tpl_3 refers to Squeeze form template 3.
Just FYI – We are also working on adding an option to “Hide The Name” field on the squeeze form.
Start managing and tracking your file downloads with the simple download monitor plugin. Download Now