Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8430863
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T05:42:04+00:00 2026-06-10T05:42:04+00:00

I have the following code working: http://jsfiddle.net/SzW7q/ Admins will be able to go in

  • 0

I have the following code working: http://jsfiddle.net/SzW7q/

Admins will be able to go in and create new howto articles and enter new steps over and over again until a particular task has a full article on how to perform everything. Everything is working great with add a new row whenever the admin wants but the problem I am running into is that once the form is submitted only the original row is being posted and all of the clones are not. For example the following tr would post but all of the clones there after would notj

Original row posting:

<tr><th>Step to complete</th><td><input type='hidden' name='stepnum1' /><input type='text' name='step_num_text1' style='width: 350px;'/></td></tr>

Clones that are not posting:

<tr><th>Step to complete</th><td><input type='hidden' name='stepnum2' /><input type='text' name='step_num_text2' style='width: 350px;'/></td></tr>
<tr><th>Step to complete</th><td><input type='hidden' name='stepnum3' /><input type='text' name='step_num_text3' style='width: 350px;'/></td></tr>

Can someone tell me why these new rows aren’t posting and what I can do about it?

Thank you.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T05:42:06+00:00Added an answer on June 10, 2026 at 5:42 am

    Make your markup as

    <form method="post">
        <table width="60%" border='0' cellspacing='0' cellpadding='2' class='tform add_howto' id='add_howto'>
            <tr class='header'>
                <td colspan='2'>Add New HowTo Article</td>
            </tr>
            <tr>
                <td>Article Name</td>
                <td><input type='text' name='howto_name' /></td>
            </tr>
            <tr>
                <td>Step to complete</td>
                <td><input type='hidden' name='stepnum1' /><input type='text' name='step_num_text1' style='width: 350px;'/></td>
            </tr>
        </table>
      <input type='submit' value='Submit HowTo' name='add_howto' class='button' />&nbsp;
    </form>
    
    <button id='newRowButton' class='button' style='float: left; padding: 2px 6px; margin-top: 2px;'>Add new step</button>
    

    http://jsfiddle.net/SzW7q/1/

    I chacked post message:

    add_howto   Submit HowTo
    howto_name  asd
    step_num_text1  sdf
    step_num_text2  sdf
    step_num_text3  sdf
    stepnum1    
    stepnum2    
    stepnum3
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following working code: http://jsfiddle.net/NtHwN/4/ It will deduct the number that is
I have the following code that is working fine in jsfiddle - http://jsfiddle.net/darkajax/FHZBy/ I've
I have the following working code: http://jsfiddle.net/tu8tc/2/ I need to add some logic so
I have the following code: http://jsfiddle.net/fCWJ5/1/ , and following doubts regarding the viewbox. body{margin:0;}
I have the following code: http://jsfiddle.net/LvdcU/3/ I don't understand why I keep getting the
I have created the following code http://jsfiddle.net/N65yS/41/ .. My problem is this.. When I
ok I have this small code http://jsfiddle.net/laupkram/yJtyD/ now its not really working. I had
I'm playing around with a web site at the following address http://jsfiddle.net/deltanovember/h63Vx/3/ The code
I finally got some parts working here: http://jsfiddle.net/trXBr/5/ but when I put the code
I have come across the following link: http://code.google.com/p/a-star/source/browse/trunk/java/PathFinder.java?r=8 I have got the code working

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.