Add page how to reference data that was added in a redirect October 28, 2020, 05:46:59 PM As an example:I have a contacts/add page which adds a contact with a specific account id. What I would like is to customize this add page to redirect to the accounts/view page with that specific account id so the end redirect would be something like account/view?accountid=x where x is the account I added the contact to.On the contacts add page how do I access the accountID in the data that I added for the record? Is there a variable that I can use in my redirect?I hope this is clear enough.Thanks,Rich Quote Selected Last Edit: October 28, 2020, 05:49:11 PM by rwebb 2 Likes
Re: Add page how to reference data that was added in a redirect Reply #1 – December 14, 2020, 02:24:08 PM Exactly what I'm wondering too! Quote Selected
Re: Add page how to reference data that was added in a redirect Reply #2 – December 14, 2020, 04:12:00 PM I also tried to find out the solution to it but after checking source code this is not possible.You can only provide the id .Maybe admin will get back with a solution Quote Selected
Re: Add page how to reference data that was added in a redirect Reply #3 – December 15, 2020, 08:41:31 AM you can try using this beginner question (phprad.com) Quote Selected