PDA


View Full Version : Create a submit category URL of specific category


attroll
08-12-2007, 08:30 PM
I have created a second instance if Dyna and in this one I have three categories which are, Corrections, Additions, and Suggestions.

I am creating a new navbar for this instance and only have three options and these are the three items Submit Corrections, Submit Additions, and Submit Suggestions. What I need to know is what would be the URL for each one of these so it will default to which ever option that choose.

Right now I when I click submit entry this is the URL.
http://www.mysite.com/dynamics/newentry.php?c=0

What would the URL for my “Submit Correction” category (category #2) so that when a user click in the URL it will make the drop down category to default to it “Submit Correction” automatically?

Brian
08-13-2007, 10:18 AM
Just replace the 0 at the end of the URL there to the categoryid and that will pre-select that category for you.

attroll
08-13-2007, 10:41 AM
That works, thank you.