Jump to content
MakeWebGames

GL2 Form submit multiple records at once


Tom V

Recommended Posts

I have a form which lists the cars by location.  I want to select one car in each location and insert multiple records (location field, car id field) for each selected location.  Can someone provide some help creating the garage.script.js file.  The element names are like so: 

<input type="radio" name="location1" value="124">

<input type="radio" name="location1" value="62">

<input type="radio" name="location2" value="45">

<input type="radio" name="location2" value="33">

 

GL_garage.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...