I want to make use of a form_remote_tag to submit a form
asynchronously. Easy done. However, we also want to add an
observe_form tag to check for some value changes while the form is
being entered.
The observe_form tag needs a dom id to work on but I can’t see how to
enter an html option for the dom id of the form on the
form_remote_tag.
Excellent - that did the trick. Thanks for your help - the whole area
of html options is not well-documented on the api page, the fact that
it says html_options and not html is misleading for starters.
Thanks again
Sean
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.