Hi
This is a sample code of yap. Consider that in 'to' hidden field guid is given but after clicking on 'Send the message' button in TO field of poo up window does not show the previously selected friend's name, but it was working fine in previous message popups.
<yml:message params="message_landing.php">
<!-- this is a list of guids, or just one guid -->
<input name="to" type="hidden" value="ABCD12345,FOO13245">
<input name="subject" type="hidden" value="Hi!">
<input name="body" type="hidden" value="You got a message!">
<input type="submit" value="Send the message!">
</yml:message>
Pls if anything I am missing.
by
3 Replies