Jump to content
  • 0

Need to add many zipcodes and create new record for each one.


barthur

Question

I will try to explain my problem

 

I need to have an input form where when you select a zipcode some more values are looked up in a table and auto p[populated in other fields of the input form.  easy enough.

However, I need to select multiple zipcodes and do the same each time, inserting a separate record in a report table.  I need the logic to automatically create a new zipcode selection field on the input form if the one above it is filled out or have a button that says "add another zipcode", leaving all of the other fields on the input form filled out and a new record created each time.  I may need the user to select as many as 20 zipcodes so I want it to be as clean as possible.  

 

Any ideas on how to do this?  many thanks

 

Clay

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

As I understand you have a lookup table from which you can auto fill the rest of the fields based on zipcode selection. For each zipcode you should be able to add a new row. If this is the case, you can add a link back to the same submission page in successful message area. For instance: <a href="LINK TO PAGE"> Add more zipcode</a>

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.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   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.

Loading...
×
×
  • Create New...