Need Help to create a Radio button type field on a custom form view

MR1
Tera Contributor

Hi All,

I need assistance developing a radio button-type field on the custom table form view (scoped application). This radio button controls the visibility of other fields(UI policies).

I made a simple UI macro, but I'm not sure how to call it in the field dictionary...

 

<j2:macro name="phone_desk">
   <table>
      <tr>
         <td>
            <label for="radioButtonField">Phone Desk/label>
         </td>
         <td>
            <input type="radio" name="Phone Desk 1" id="option1" value="Option 1"> Option 1<br>
            <input type="radio" name="Phone Desk 2" id="option2" value="Option 2"> Option 2<br>
            <input type="radio" name="Phone Desk 3" id="option3" value="Option 3"> Option 3
         </td>
      </tr>
   </table>
</j2:macro>

 

 Thanks

0 REPLIES 0