PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Adding a data in a Pass Field Data Via Query String

  1. http://tradephonein.com/evaluate-you-device/?phone=IPhone4s please visit this page, on the url, you'll see that it has phone=IPhone4s, now what I want is.. to get that part of the url and insert in

    total={Total:6}&broken={Is anything broken, cracked, or missing? (lcd, hinge, antennae, keypad, housing) :7}&water={Is the phone water damaged? (look for red dot under battery):8}&power={Does the phone power on? :9}&lcd={Do the LCD(s) work and display correctly? :10}&charger={Accessories (Wall Charger):5.1}&manual={Accessories (Owner Manual):5.2}&box={Accessories (Original Box):5.3}&other={Accessories (Other):5.4}

    is it possible to do that..

    Posted 12 years ago on Saturday December 3, 2011 | Permalink
  2. admins, I really need this so bad.. this is so important, my reason is I want to display the image on the next page, but the phone=iPhone4s is missing because of the Pass Field Data Via Query String,, I want that data to remain in query.. .. please..

    Posted 12 years ago on Saturday December 3, 2011 | Permalink
  3. I'm not quite sure what you are trying to do. I understand the first part where you are passing the phone value via the query string.

    However, the rest of your request above doesn't fully explain what you are trying to do.

    Are you trying to dynamically populate the other fields on your form so that rather than just dynamically set the phone, you'd also automatically set the other field values?

    Also, one thing to note. The Total itself can't be passed. to the form The Total is calculated dynamically based on the Pricing Fields selected on the front end using jQuery. When the form is submitted the Total is then calculated again on the server side. This is for security purposes. It's calculated on the server side to prevent form manipulation and unauthorized price changes via form hacks.

    Posted 12 years ago on Saturday December 3, 2011 | Permalink
  4. ok, I'll try to explain,, http://tradephonein.com/evaluate-you-device/?phone=IPhone4s on this page.. the reason why there is a phone=iPhone4s is because to make this statement happen..
    <h3>Let's find out how much your <?php echo $_GET['phone']; ?> is worth<h3>
    and also to get the image where $phone_model = ['phone']
    now, how can I display those important details here

    http://tradephonein.com/checkout-swap/?total=$43.00&broken=No&water=Yes&power=No&lcd=No&charger=Wall%20Charger&manual=Owner%20Manual&box=Original%20Box&other=Other

    without the ['phone'] on the query?, if you have any Idea,, well that could be fine. thanks.

    Posted 12 years ago on Saturday December 3, 2011 | Permalink
  5. Anybody here

    Posted 12 years ago on Monday December 5, 2011 | Permalink
  6. Not on the weekends. Someone will address your topic on Monday. Thank you for your patience.

    Posted 12 years ago on Monday December 5, 2011 | Permalink