Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8664637
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T17:17:16+00:00 2026-06-12T17:17:16+00:00

It’s possible to add some parameters before submit an form? My problem is that

  • 0

It’s possible to add some parameters before submit an form?

My problem is that I need to send the ticket id to my payment controller.

A possibility is to send it through an hidden input field, but there’s any other secure way to achieve this?

Any help will be appreciated.

Thanks.

The process of buying a ticket
0) Select the event
1) User select the kind of ticket he wants to buy.
2) User add his personal information
3) Finally the Checkout (payment controller)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T17:17:17+00:00Added an answer on June 12, 2026 at 5:17 pm

    So you are generating a ticket id which you need in the following form submit. Yes its better to keep it in hidden variable in form.

    But apart from that you can store the generated ticket id in session and can destroy after using it.

    If this ticket id is unique for a particular session at a time, then you can store it in database with a key of session id and can retrieve and clear the id when form is submitted.

    If it is possible, then generate the ticket id when the form will be submitted. In this way no question of storing the ticket id in hidden variable or session or database.

    Actually there might be lots of other ways but for a complete and specific suggestion please share some more of your scenario.


    Update:

    Based on your update, I think you need to maintain a running_transactions table.

    It will have

    • event_id (pointing to the selected event)
    • ticket_type_id (pointing to the type of ticket user wants to buy)
    • ticket_id (an unique id generated by your algorithm)
    • person_details (pointing to details provided by the user)
    • and so on ( may include other payment or transaction status related information)
    • id: the unique identifier of this table.

    Now on starting up the buying process

    • Create a running_transaction entry which will be almost empty.
    • Save the id of this table in the session. So for every subsequent request you will find the corresponding running_transaction entry by this id.
    • This entry will be updated with more values in each phase of buying the ticket. Like, after “step 1” you will have a ticket id.
    • Eventually when the ticket will be bought successfully and you will receive the payment confirmation, you will mark this running_transaction as completed.

    Probably you already have something to track these information, so you can accommodate the above way in that table also. Perhaps you will find better names than what I provided 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I have a text area in my form which accepts all possible characters from
I need a function that will clean a strings' special characters. I do NOT
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I have just tried to save a simple *.rtf file with some websites and
For some reason, after submitting a string like this Jack’s Spindle from a text
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I've got a string that has curly quotes in it. I'd like to replace
I have a French site that I want to parse, but am running into

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.