• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Automatically submit multiple data enteries

Automatically submit multiple data enteries 10 years 8 months ago #28541

  • onecrowd
  • onecrowd's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Hi, I am looking to allow to submit a CSV file and then automatically enter each row into a form. So a fer I have used Ajax and JSON to convert a csv file into a JSON array and then use a loop to set the value of the fields on the form to the value to the array.

When I use document.getElementById("userForm").submit(); to submit the values and form stops the increment and returns to submission only submitting the first data set.

How do I make the script continue to execute after the first submission?

Thanks for any help.
The administrator has disabled public write access.

Automatically submit multiple data enteries 10 years 8 months ago #28650

  • onecrowd
  • onecrowd's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Using Jquery/Ajax, SQL and PHP I created created scripts to upload a CSV file and auto populate a form using the jQuery Form Plugin malsup.com/jquery/form/. If you need something similar let me know.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!