• Hello,
    I’m moving some old sites over to a multisite. Every post in each site has an html form and the input lines and their values do not get imported. Is there something that I can put in the xml file to force the importer to import the input lines and values? Below is a sample of the form that is used in all posts:

    <form action="http://ww11.aitsafe.com/cf/add.cfm" method="post" target="_blank">
    <input type="hidden" name="userid" value="xxxxxx">
    <input type="hidden" name="return" value="url-here">
    <input type="hidden" name="product[]" value="Item-Name">
    <input type="hidden" name="units" value="10.0">
    <input type="hidden" name="price" value="369.00">
    <div align="center"><b>$369.00</b></div>
    <div align="center">Qty: <input type="text" name="qty" size="1" value="1"/></div>
    <div align="center"><input type="image" src="http://michigan-made.com/images/add.gif" align="absbottom" value="Add to order"  onclick="alert('Item added to your cart\n\nClick OK to continue shopping. Page will refresh.\n\nClick View Cart to view or checkout');" /></div>
    </form>

    On a side note, I tried using WP Importer Advanced and that does import the form perfectly – but it doesn’t import the All In One SEO meta, so I would have to reinput the meta Title and Description fields if I used that importer.

    I am hoping there is an easy fix in the xml file so the input tags will import and I can use the WordPress Importer.

    Thanks for any help.

    https://wordpress.org/plugins/wordpress-importer/

  • The topic ‘Doesn't Import Input Tags within a Form’ is closed to new replies.