Prefill Comments Form with Member Details

  • bj.lewis221

    Changed the title of the thread from “Prefill Comments Form with Memeber Details” to “Prefill Comments Form with Member Details”.
  • I figured it out! But I will put this here incase anyone else ever needs it answered


    HTML
    1. <perch:input type="hidden" id="commentName" value="<perch:member id="first_name"/> <perch:member id="last_name"/>" />
    2. <perch:input type="hidden" id="commentEmail" value="<perch:member id="email"/>"/>