Title: Custom HTML Values
Last modified: February 16, 2017

---

# Custom HTML Values

 *  Resolved [david.amor](https://wordpress.org/support/users/davidamor/)
 * (@davidamor)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/custom-html-values/)
 * Hello. I’m trying to add a field during checkout so that customers can tell us
   how they heard about our event. The HTML in the Checkout Note seems to work fine,
   but there’s no record of it in the sales details. Any idea what I’m doing wrong?
   The page in question is [here](http://www.exeterstreethall.org/tickets/).
 * This is the HTML in the Checkout Note.
 *     ```
       <br>
       <table style="width:90%">
         <tr>
           <td>
       <label for="stageshow_amor_howtheyheard" style="display:table-cell">How did you hear about this event?</label>
       <input type="text" name="stageshow_amor_howtheyheard" style="display:table-cell; width:100%"></td>
       </tr>
       </table>
       ```
   
 * Here is the relevant section in the JavaScript.
 *     ```
       function stageshow_AddCustomHTMLValues()
       {
       	/* 
       		Add values from custom HTML Elements here 
       		Note: For multiple custom HTML Elements call stageshow_AddEntryToCheckout for each element
       	*/
       	stageshow_AddEntryToCheckout('stageshow_addtomaillist');
               stageshow_AddEntryToCheckout('stageshow_amor_howtheyheard');
       }
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [david.amor](https://wordpress.org/support/users/davidamor/)
 * (@davidamor)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/custom-html-values/#post-8818585)
 * Ignore! Solved this now. I see that I needed to use ID instead of NAME.
 * Thanks. I love this plugin!
 *  Plugin Author [Malcolm](https://wordpress.org/support/users/malcolm-oph/)
 * (@malcolm-oph)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/custom-html-values/#post-8989651)
 * Marked as resolved

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Custom HTML Values’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/stageshow_3c5670.svg)
 * [StageShow](https://wordpress.org/plugins/stageshow/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/stageshow/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/stageshow/)
 * [Active Topics](https://wordpress.org/support/plugin/stageshow/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/stageshow/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/stageshow/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Malcolm](https://wordpress.org/support/users/malcolm-oph/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/custom-html-values/#post-8989651)
 * Status: resolved