Home Forums WC Vendors Pro Support Contact Vendor Form (not link) on Single Product Page Reply To: Contact Vendor Form (not link) on Single Product Page

#57441
brandon
Participant

Hi,

i’ve managed to reduce the problem to the code being, the value and class isn’t represented since it’s not on the Buddypress page.

<input type="hidden" name="send_to_usernames" id="send-to-usernames" value="<?php bp_message_get_recipient_usernames(); ?>" class="<?php bp_message_get_recipient_usernames(); ?>" />

“bp_message_get_recipient_usernames()” does not work if i want to put this form elsewhere besides the buddypress page. is there some sort of hook i can use to grab the vendor shop username?