macro_rules! make_form_action_getter {
    ( $attr:ident, $htmlname:tt ) => { ... };
}