This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 2

Submit form to hash?


  1. Cornelious
    Member

    I'm using the php embed code. Form is embedded on page index.php. I need the form to submit to index.php#sessions. How can I make it add the #sessions part?

    Thanks

    Posted 14 years ago #
  2. Cornelious
    Member

    Also, is there a way to display name (from form data) in success message?

    Posted 14 years ago #
  3. yuniar

    You can modify your "includes/view-functions.php" file, search around line 2194 for this code:

    <form id="form_{$form->id}" class="appnitro" {$form_enc_type} method="post" action="#main_body">

    simply change #main_body with #sessions

    Regarding your second question, you can check this post:

    http://www.appnitro.com/forums/topic/how-to-limit-access-to-redirect-page-after-submission?replies=13#post-3176


    MachForm Founder

    Posted 14 years ago #

RSS feed for this topic

Reply