• I added the file tag for uploading forms and it is not uploading the forms. It also used to send and now doesn’t. I’m not sure how to find out what’s happening. Any tips?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Where can we see the website?

    Thread Starter dklein

    (@dklein)

    Thank you for your response!

    https://trueinfluence.com/apply/

    It’s there. The thing is it works for the test site but not the live site. Here is the test site for comparison.

    https://hermes.trueinfluence.com/apply/

    What do you think?

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    See Editing Form Template

    What content do you have in the Form tab panel?

    Thread Starter dklein

    (@dklein)

    <fieldset class=”mktoFormCol”><label style=”display:none;”>[email* email_to class:hide default:post “[email protected]”]</label>
    <label>Job You’re Applying For [text* job_title default:post default:post_meta]</label>
    <label>[text* first-name class:mktoField placeholder “First Name *” ]</label>
    <label>[text* last-name class:mktoField placeholder “Last Name *” ] </label>
    <label>[email* your-email class:mktoField placeholder “Email *”] </label>
    <label>[tel phone-number class:mktoField placeholder “Phone Number”]</label>
    <label>[url linkedin class:mktoField placeholder “LinkedIn URL”]</label>
    <div id=”html_element” style=”padding-top:18px;”></div>
    [submit class:mktoButton “Send”]
    </fieldset>

    Thread Starter dklein

    (@dklein)

    Oh wait, that was an old version. Here is the current one:
    <fieldset class=”mktoFormCol”><label style=”display:none;”>[email* email_to class:hide default:post “[email protected]”]</label>
    <label>Job You’re Applying For: [text* job_title default:post default:post_meta]</label>
    <label>[text* first-name class:mktoField placeholder “First Name *” ]</label>
    <label>[text* last-name class:mktoField placeholder “Last Name *” ] </label>
    <label>[email* your-email class:mktoField placeholder “Email *”] </label>
    <label>[tel phone-number class:mktoField placeholder “Phone Number”]</label>
    <label>Cover Letter: [file cover-letter limit:60 filetypes:png|doc|docx]</label>
    <label>[url linkedin class:mktoField placeholder “LinkedIn URL”]</label>
    <label>Resume: [file resume limit:60 filetypes:png|doc|docx]</label>
    <div id=”html_element”></div>
    [submit class:mktoButton “Send”]
    </fieldset>

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    See File Uploading and Attachment

    You can only upload files smaller than 60 bytes with this limit option.

    Thread Starter dklein

    (@dklein)

    I increased the number to 200 and it went through EVEN THOUGH the loading icon was still spinning. Very strange) and then no test emails were able to go through after that. It’s like the first one that is sent plugs up the system (Or something). Any ideas on what the problem could be?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Contact Form 7 used to work and now doesn’t’ is closed to new replies.