xf_phantom
Well-known member
Aren't the redirect variable and the data-redirect tag (or how would you call this?*g*) missing in the form?
The controller sets the redirect template parameter, but i had to add it myself to the form and also change
	
	
	
		
to
	
	
	
		
to get the redirect working
				
			The controller sets the redirect template parameter, but i had to add it myself to the form and also change
		HTML:
	
	<form action="{xen:link 'misc/contact'}" method="post" class="xenForm formOverlay AutoValidator">
	
		HTML:
	
	<form action="{xen:link 'misc/contact'}" method="post" class="xenForm formOverlay AutoValidator" data-redirect="on">
	to get the redirect working
			
				Last edited: