× If you expect answers you should describe your problem and give as much information's as possible. (SQL-Structure, Template Code, Joomla Version ...) Please read this before posting: joodb.feenders.de/support.html

path2editform and 403 error

More
8 years 7 months ago #3526 by steevp
path2editform and 403 error was created by steevp
Hi,

I am using the pro version and testing on a local wamp server with Joomla! version 3.4.3

What I would like to do is to allow registered, logged in users to click on a link in a catalogue view, be presented with a form that will have read/only info from the database, fill in their details (name, email) and send it all as an email to a specific Joomla contact (i.e. please send me more information on this item).

I have created a link to an edit form in the catalogue view as follows:

<td>{joodb ifis|si|1|eq}
<a href="{joodb path2item}">Contact Details</a>
{joodb else}
<a href="{joodb path2editform}">Members Only</a>
{joodb endif} </td>

(si field is just a flag to select whether they get a single view or have to fill in the form), but if I click on the second type of link, I get a message even if logged in as a registered user

An error has occurred.
The requested page can't be found.
.....
#403 You have insufficient rights to view this page!

Any help and advice (especially on whether what I want to do is possible) would be appreciated

Please Log in to join the conversation.

Moderators: Dirkjoest