Jump to content
  • 0

Same autonumber for 2 webforms


Kevimer

Question

Hi,

I made a first webform where an autonumber is provided, and once this webform is complete, it is linked to another one, but on the table view they show it as 2 different records with 2 different autonumber, how can I do to have only one autonumber for 2 ( or more ) different webforms ?

Thank you for you answer!

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Hi,

On the first web form, you check the box that says "On exit, pass AutoNumber ID field as parameter" in Web Form Wizard.

Then on the second web form, you can receive the autonumber using [@InsertRecordFIELDNAME].

Note that FIELDNAME is the name of the field which is of type AUTONUMBER in the table.

Hope this helps.

-SO

Link to comment
Share on other sites

  • 0

Thank you so much for your quick answer, in fact, it worked, but i have another issue, which is that for each autonumber (which corresponds to an Event number ), the user should be able to add many subjects, for example :

Event Number 1 :

- mathematics

- biology

- chemistry

.....

And then if i want to fill another event Webform, i want it to show :

Event number 2 :

etc....

And If i try with this search and result/details page,as shown in the video, i can only update the last subject i entered, and not add another one.

Hope this is clear, and thank you for you answer

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