• I’m using WP for a User Group. One of the features we want to provide is an informal job listings page.

    I’ve created a static page that is an HTML form to collect various data for the listing, and it tries to call a php script I’ve created. For now all the script does is reformat the posted field contents into an email sent to me (which I can then format as I want for the actual job posting).

    As long as I’m logged in, everything works perfectly.

    But I want people to be able to fill in and submit this form without registering and logging in. Currently, if logged out, attempting to submit the form brings up the WP login page.

    How can I allow this?

    Thanks

The topic ‘executing custom php script without log-in’ is closed to new replies.