Page 1 of 1
Who send message with user roll in contact form
Posted: Thu Dec 01, 2022 1:53 pm
by amir2314
Hi dear pablo .
.
Is there any code or any way to add contact form to now who one send message? base on user roll or username that logedin to the site ?
.
Is it possibel to add login name to contact form to show the username after send message ?
Re: Who send message with user roll in contact form
Posted: Thu Dec 01, 2022 1:56 pm
by Pablo
Re: Who send message with user roll in contact form
Posted: Thu Dec 01, 2022 2:03 pm
by amir2314
Pablo wrote: Thu Jul 16, 2020 5:17 pm
I cannot teach you how to implement custom code.
But you can try this in a hidden field:
Code: Select all
<?php echo $_SESSION['username']; ?>
put this code to the editbox on Value Field ? ls this your mean ?
Re: Who send message with user roll in contact form
Posted: Thu Dec 01, 2022 2:23 pm
by amir2314
What about Custom Filed Added ? I test it on Editbox thats Worked . So How can I set Extra Field on custome filed To Editbox like User Name ? I have to change Username Ti extra 1
Extra2 or extra 3 ...
Re: Who send message with user roll in contact form
Posted: Thu Dec 01, 2022 3:54 pm
by Pablo
Custom profile fields are not stored in sessions.