Skip to content

Instantly share code, notes, and snippets.

@hesco
Created February 28, 2014 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hesco/b734f935acfacf1d0a04 to your computer and use it in GitHub Desktop.
Save hesco/b734f935acfacf1d0a04 to your computer and use it in GitHub Desktop.
How do I attach an id to this select field in mojolicious' empedded perl renderer?
<div class="facility_state">
%= label_for 'facility_state' => 'In which state is the facility?'
%= select_field 'facility_state' => TFC::LandingPages::get_states
<br>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment