简体   繁体   中英

Php form for registered users in joomla

I am using joomla cms for my website, I need to add a php form for example to edit their profile details of registered users. I have created a separate php form to do so. I could use the wrapper module to display this form for registered users. But when i copy the link for ex, http://localhost/joomla/edit-your-profile.php , public user can still view and use that form. So I need to check whether user logged in or not using session/$my variable details. Is it possible?

SEE Joomla Login Session Tutorial

(via Custom Sessions with Joomla which should also be helpul.

You can also use a form builder . You will only need to create a PHP form by means of an intuitive interface and generate a code that can be easily copied and pasted to any web page.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM