• Hi All,

    I’m new to WordPress, hence facing a few difficulties in creating my website.
    I want to add pages where user fills up some custom forms, submits the form. The form is then validated and then values are store in db and then a new page is shown to the user.
    Hence, this will include some php+html, javascript, css, images files.
    I want to know what should be the directory structure, how should they be placed with respect to WordPress and how to link them to each other.

    Thanks a lot in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I think that you’ll need to start reading up on how to create your own plugin as the coding needed will be at this level.

    Thread Starter singhal_pooja_j

    (@singhal_pooja_j)

    Thanks a lot esmi for the quick reply.
    The page I’m talking is the page shown to the website visitors and is not the one shown in the WordPress admin panel. In such case also, do I need to write a plugin?

    Yes – to grab the forum, validate it, enter the values into the db, deal with any errors and redirect the user to the new page.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help with adding new custom pages to website’ is closed to new replies.