Welcome Guest, Not a member yet? Register   Sign In
Using anchors in form URLs
#4

[eluser]Kenneth Vogt[/eluser]
While I can reference a page anchor with the form_open() method in the view script, that only allows for the use case where the page is being loaded after the posting of a form. If you need a more general case where you access it from the controller, you can use something like this:
Code:
redirect('account#settings', 'refresh');


Messages In This Thread
Using anchors in form URLs - by El Forum - 06-15-2012, 05:17 PM
Using anchors in form URLs - by El Forum - 06-15-2012, 05:28 PM
Using anchors in form URLs - by El Forum - 06-15-2012, 11:10 PM
Using anchors in form URLs - by El Forum - 06-16-2012, 08:25 PM



Theme © iAndrew 2016 - Forum software by © MyBB