• Resolved pymarkley

    (@pymarkley)


    Upon hitting the Submit button it jumps back to the job listing page and nothing ever gets submitted.

    This pops up in Firefox console:
    Form contains enctype=multipart/form-data, but does not contain method=post. Submitting normally with method=GET and no enctype instead. associate
    Form contains a file input, but is missing method=POST and enctype=multipart/form-data on the form. The file will not be sent. associate

    Link: http://tinyurl.com/zmvqzgq

    Thank you…

    https://wordpress.org/plugins/simple-job-board/

Viewing 1 replies (of 1 total)
  • Plugin Author PressTigers

    (@presstigers)

    Hi pymarkley,

    We have gone through the provided link it’s not showing above error in browser.

    According to above mentioned error, please go to simple-job-board> templates> job-application file, find the following code and replace it:

    <form class="jobpost_form" name="c-assignments-form" id="sjb-application-form" enctype="multipart/form-data">

    with

    <form class="jobpost_form" method="post" name="c-assignments-form" id="sjb-application-form" enctype="multipart/form-data">

    Let us know if the problem still persists.

    Thanks & Regards,
    PressTigers

Viewing 1 replies (of 1 total)

The topic ‘Nothing happens after submitting.’ is closed to new replies.