So I’m working on a simple intranet page for work, it will be using a bootstrap template and be hosted on a private github repo.
Its all text apart from the 1 form I need to quickly track customers parcels when then are on the phone.
I just need 2 boxes next to each other on the form, one to enter tracking number and the other to enter a postcode, along with a button that says “Track”
This will be using the URL below with the two variables. I think I need to use the PHP GET function from the research I have done but not sure?
Anyone able to advise on this please?
Its all text apart from the 1 form I need to quickly track customers parcels when then are on the phone.
I just need 2 boxes next to each other on the form, one to enter tracking number and the other to enter a postcode, along with a button that says “Track”
This will be using the URL below with the two variables. I think I need to use the PHP GET function from the research I have done but not sure?
Code:
https://dx-track.com/track/DX.aspx?consno=[TRACKING_NUMBER]&postcode=[POST_CODE]
Anyone able to advise on this please?