Create A Website To Fill In A Document

I need to create a website that subscribers can log into and, via a template, create a document.

In its basic form, it would be a simple template with gaps that the subscriber fills out (name, address etc).

Extended, I would also like to give the user the ability to select and add in additional content (paragraphs, pages, addendums etc).

I assume this could be done using a form system or WP and form builder plugin, but does anyone have any thoughts on how it could be built?
 
No, it is a template/document for the subscriber only, saved to the individual account. A copy of the completed form would ideally be saved to their account.
 
Upvote 0

Shopclicks

Free Member
  • Mar 14, 2015
    1,785
    2
    604
    Lake District
    I use WP User Frontend Pro for this type of thing. It's complex but I use custom post types and build a user dashboard and registration/login form. The user can edit their own content and you can display their form content as a post within their own dashboard.

    I only use this for public display, user generated content so there may be simpler ways to do it.
     
    Upvote 0
    Thanks for the pointer - I never thought about custom post types!
     
    Upvote 0

    fisicx

    Moderator
    Sep 12, 2006
    46,954
    9
    15,516
    Aldershot
    www.aerin.co.uk
    Or…

    They enter all the info into a form and on submit it creates a pdf.
     
    • Like
    Reactions: Craiglincs
    Upvote 0
    That's the ideal - ask for the information to be inserted, auto insert, then create the document.

    'Traditional' systems show the template (like a Word document) and you fill in the prompted gaps.
     
    Upvote 0
    Upvote 0

    fisicx

    Moderator
    Sep 12, 2006
    46,954
    9
    15,516
    Aldershot
    www.aerin.co.uk
    That's the ideal - ask for the information to be inserted, auto insert, then create the document.

    'Traditional' systems show the template (like a Word document) and you fill in the prompted gaps.
    I’ve already got the code to do this if you want to have a play.
     
    Upvote 0
    No way, Jose?

    Love to give it a try.
     
    • Like
    Reactions: fisicx
    Upvote 0

    antropy

    Business Member
  • Business Listing
    Aug 2, 2010
    5,331
    1,104
    West Sussex, UK
    www.antropy.co.uk
    No, it is a template/document for the subscriber only, saved to the individual account. A copy of the completed form would ideally be saved to their account.
    Should they be able to download a populated Word Document or PDF at the end of it?

    Paul.
     
    Upvote 0
    Ideally, pdf.
     
    Upvote 0

    antropy

    Business Member
  • Business Listing
    Aug 2, 2010
    5,331
    1,104
    West Sussex, UK
    www.antropy.co.uk
    Ideally, pdf.
    Well I've written code that does it for our invoicing.

    It takes a .odt template and then replaces certain things with any data you want, then uses "odt2pdf" to make the .pdf.

    You'll need a developer to do it really IMO.

    Paul.
     
    Upvote 0

    Latest Articles