I have a new/create method that only has one field, and I'd rather use a js prompt() to get the data instead of a form.
The trigger for this is not a link, it's a span. Using "onclick" in the span, how can I call a prompt(), return the single param to the contoller "create" method, and then call the controller "list" method to update the page?