Tuesday 28 August 2007 8:41:20 am
Hi,
I have problem when I want to add location in the frontoffice. The template is ok but the form action seems to be the problem:
<form action={concat($browse.from_page)|ezurl} method="post">
turns :
<form action="/my_site_access/content/action" method="post">
which is correct but doesn't add location while /my_admin_site_access/... do the job. I need some help. Thanks. Laurent
|