This <meta http-equiv="refresh" content="2;url=http://www.blablabla.com"> ?
I put it there, but the page is refreshing before I can even start fill up the form... This is under my interface/template I also try from the admin/configure..it doesnt seem to save the code..
<!----------- HTML FORM COMPLETED CODE BELOW -----------> <meta http-equiv="refresh" content="2;url=http://www.dbgroupinc.ca"> {if $completed} <tr> <td> {$completed_html} </td> </tr> {/if} <!----------- HTML FORM SUBMIT AND BACK BUTTON CODE BELOW ----------->
<!----------- HTML FORM COMPLETED CODE BELOW -----------> {if $completed} <tr> <td> {$completed_html} <meta http-equiv="refresh" content="2;url=http://www.dbgroupinc.ca"> </td> </tr> {/if}
It work! 1 problem down 2 more to go now..lol,,thanks