Home › Forums › Front End PM PRO › show and reply to specific message ID › Reply To: show and reply to specific message ID
January 9, 2018 at 4:42 pm
#9709
Shamim Hasan
Keymaster
You can use $_SERVER['HTTP_REFERER']
to capture id or create a hidden field to provide that id. If you need more secure way you can create 2 hidden field, one for id and another for token created for that id. So that if anybody change that id, that will mismatch token so that you can reject that.