• Resolved tg1

    (@tg1)


    Hey,

    Setting up a form with Fast Secure Contact Form.

    The time formatting is showing each segment – hour, :, minutes, AM or PM, each as a separate line – I guess each with a width of 100%.

    So the user filling out the form sees windows like this:

    3
    :
    10
    PM

    Which isn’t user friendly.

    How can I style the windows so that the time is formatted appropriately?

    Like this:

    3:10PM

    This should be default functionality ie First Name, Last name formatting or the month/day/year formatting. Having to stop and figure this out kills any economies of speed the plugin is supposed to present.

    Let me know.

    Thanks

    http://wordpress.org/plugins/si-contact-form/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tg1

    (@tg1)

    Figured it out.

    how did you figure it out? I’m having the same issue and appreciate your help.

    I posted this answer on another thread and the original poster confirmed that it worked.

    Here’s what you need to do to get the contact form time fields on the same line:

    On FS Contact Form plugin go to the Styles tab. Near the bottom of the page you’ll find a section called “Input select fields.”

    Add this code to that section:
    text-align:left; max-width:60px;

    I don’t think you’ll need this, but if that doesn’t work try:
    text-align:left; display:inline; max-width:60px;

    You may need to fiddle around with the values; 60px might not be enough. I’ve only tested this on my own WordPress site.

    I hope this helps!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Fast Secure Contact Form] Formatting time?’ is closed to new replies.