This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
manrox.drag17392
I have this below two pop up modals where based on type selection i need to get he facilities so i am using ongetfacility function on facilityfilter-confirmation modal i need to pass id to ongetfacility() function to fetch facility and populate facilities related to the particular selected type below are two bootstrap modals please help achieving this
Last updated
bpettis
If I understand you completely you have a form below two pop up modals?
<form>
<input type="radio" name="gender" value="something" checked> Something<br>
<input type="radio" name="gender" value="another"> Another<br>
<input type="radio" name="gender" value="other"> Other
</form>
1-2 of 2