• When you submit the form or get an error message, it is not displaying it at the bottom below the SEND button. I believe it has to do with the fact I am using CSS and DIV tags to put the form into 2 columns, but not sure where the error is to fix this.

    The PDF issue identified at the bottom of the form is opened in another thread.

    • This topic was modified 2 years, 6 months ago by xfire0384.

    The page I need help with: [log in to see the link]

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

    (@xfire0384)

    Here is the form code:

    <div class="content-column one_half" style="padding:0px 5px 5px 0px;"><label> Event Contact Name (required)
    [text* event-contact-name placeholder "This can be a person or a group"] </label></div>
    
    <div class="content-column one_half" style="padding:0px 0px 5px 5px;"><label> Event Contact Email (required)
    [email* event-email placeholder "[email protected]"] </label></div>
    
    <div class="content-column one_half" style="padding:0px 5px 5px 0px;"><label> Event Contact Phone Number (required)
    [tel* event-phone placeholder "123-456-7890"] </label></div>
    
    <div class="content-column one_half" style="padding:0px 0px 5px 5px;"><strong>District 08 Sponsored Event?</strong>
    [select event-district use_label_element default:1 "No" "Yes"]</div>
    
    <div class="content-column one_half" style="padding:0px 5px 5px 0px;"><label> Event Name (required)
    [text* event-name placeholder "This is what will display on the calendar"] </label></div>
    
    <div class="content-column one_half" style="padding:0px 0px 5px 5px;"><label> Event Location (required)
    [text* event-location placeholder "123 Main Street, Some City, CA and on Zoom ID: 123 Password: 321"] </label></div>
    
    <div class="content-column one_fourth" style="padding:0px 5px 5px 0px;"><label> Event Start Date (required)
    [date* event-start-date min:today] </label></div>
    
    <div class="content-column one_fourth" style="padding:0px 5px 5px 5px;"><label> Event Start Time (required)
    [text* event-start-time placeholder "3:30PM"] </label></div>
    
    <div class="content-column one_fourth" style="padding:0px 5px 5px 5px;"><label> Event End Date (required)
    [date* event-end-date min:today] </label></div>
    
    <div class="content-column one_fourth" style="padding:0px 0px 5px 5px;"><label> Event End Time (required)
    [text* event-end-time placeholder "5:00PM"] </label></div>
    
    <div class="content-column full_width" style="padding:0px 0px 5px 0px;"><label> Please explain below your website suggestion (required)
    [textarea* event-message placeholder "Please provide as much detail as possible about your event."] </label></div>
    
    <div class="content-column full_width" style="padding:0px 0px 5px 0px;"><label> Event Flyer
    [file event-flyer filetypes:pdf|jpg|jpeg|png limit:5mb] </label> <small>File Types: PDF, JPG, JPEG, PNG | Size Limit: 5mb</small><br /><div style="color: #ff0000; font-style: italic;">PDF Uploads are not currently working. Please provide a link to the PDF or say in the message body to ask for it.</div></div>
    
    <div class="content-column full_width">[submit "Submit"]</div>
    Thread Starter xfire0384

    (@xfire0384)

    Marked as “Not Resolved”. Not sure how it was marked as resolved.

    Thread Starter xfire0384

    (@xfire0384)

    Any ideas on this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Message Issues’ is closed to new replies.