Reply To: Choose a recipient on click


Home Forums Front End PM PRO Choose a recipient on click Reply To: Choose a recipient on click

#8154
Fabien
Participant

Thanks for your help Shamim!
For everyone who’s looking for the same answer – it’s also a must to add return false; – either way, you’ll get an error.


$(document).on('click','.prepoludatedselector', function(){
   $('#fep_mr_to').tokenInput("add", {id: 1, name: "NAME"});
   return false;
});