You could probably do it putting some javascript into Mediawiki/ common.js that gets activated by the page onload hook. The javascript would looks for a specific tag in your page and redirects on the basis of that (see dynamic tables extension for an example). You would then put that tag in your template associated with your form. When the page loads the javascript would be find the tag and could redirect in a conditional way. You have to enable site wide js for that to work.
Rob. On Oct 7, 2:21 pm, Guy Heathcote <[EMAIL PROTECTED]> wrote: > mitchelln wrote: > > > Might be best to use phpBB3 instead? Just a suggestions :-) > > > Cheers > > Neill. > > Well, I suppose it's a valid option, but I'm really looking to integrate > everything together into one common application. Other than the problem > mentioned, SMW does fulfills what I'm looking for. In addition, I already > have another instance where this same problem would occur (something that's > not a message board variant), should I choose to implement a one-step > solution. > > Guy > > -- > View this message in > context:http://www.nabble.com/Redirect-on-save--tp19855944p19858023.html > Sent from the Semantic Forms mailing list archive at Nabble.com. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Semantic Forms" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/semantic-forms?hl=en -~----------~----~----~----~------~----~------~--~---
