• I want to create an online application form that a user can fill out, but I’d like them to be able to save it and come back to it later. Any suggestions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • tsmalley,

    Other than a plugin WordPress isn’t going to be able to assist you with this. It sounds as though you are looking for php sessions: https://us3.php.net/manual/en/features.sessions.php

    cformsII stores form information in a database. They also have the ability for multi-page forms.

    Perhaps you could have a multi-page form where every time a page is submitted it stores that information in the database along with the user id of the logged-in user. Then every time they come back they could either go to the page of them form they have not yet completed or they could have the form fields auto-populate from the database.

    Clearly you will just need registered users and things to be stored in the database. I’m not sure if cformsII keeps user information from the form submissions (I know they don’t require users to be logged in to fill out the forms).

    This probably isn’t functional in cformsII but I’m not sure what kind of free plugin you’re going to find that offers that. I’m not sure what kind of knowledge you have as far as being able to develop this goes, but that’s a start. Maybe you could encourage the cformsII folks to add this functionality ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Create a saveable form for later completion?’ is closed to new replies.