Is there a way to style the file attachment field and button?
Question: Is there a way to style the file attachment field and button? Answer: Currently, there is no way to style an attachment selector field with HTML or CSS. It can be styled with with JavaScript...
View ArticleHow to change required field indicators, or rename standard fields
Question: How do I change the line that says *(denotes required field)? I just want it to say *required How do I change the required field indicator character? How do I change the standard field...
View ArticleTip: How to add border fieldsets to the form
Tip: How to add a border fieldsets to the form There are settings to draw a border fieldset around the entire form, or groups of the form fields. How to enable a fieldset border around the entire form:...
View ArticleProblem: required field indicators are on separate lines
Problem: required field indicators are on separate lines. Edit your theme style.css to fix the problem: Put this CSS at the bottom of your theme’s style.css to fix the indicator problem....
View ArticleHow to add an “Are you sure?” form submit popup
How to add an “Are you sure?” form submit popup. This feature was added to version 2.9.8.6 This feature is optional. You can enable it when editing your form. To enable it, check the setting: “Enable...
View ArticleProblem: Email field is styled differently than other fields
Problem: Email field is styled differently than other fields Solution: Your theme style.css is causing this. Here is how to fix it; Edit your theme style.css find: input[type="text"] change to:...
View ArticleTip: How to change the label colors for the form input fields
Question: Tip: How to change the label colors for the form input fields Answer: Style it with inline CSS on the contact form edit page. Go to the contact form edit page, scroll down the page, look for...
View ArticleTip: How to change the field colors for the form input fields
Question: Tip: How to change the field colors for the form input fields Answer: Style it with inline CSS on the contact form edit page. Go to the contact form edit page, scroll down the page, look for...
View ArticleHow to disable the “Set a Meeting” vCita feature
vCita extends your contact form and lets your users Schedule Meetings based on your availability. You can meet users with web-based video, talk over phone conference, set a location for meetings and...
View ArticleHow to add field placeholders to Fast Secure Contact Form
How to add field placeholders to Fast Secure Contact Form The placeholder is a short hint that is displayed in the input field before the user enters a value. In this video tutorial you will learn how...
View Article