Re: Validate Registration
Posted by Coleen_Astalos on Nov 13, 2013; 1:27am
URL: https://support.nabble.com/Validate-Registration-tp7587545p7587818.html
I'm getting this error when trying to save the handle_registration_errors macro:
Error: macro or method for 'is_submitted_form' not found in [basic, nabble, ad] stack = [basic, nabble, ad]
in is_submitted_form(custom_tweak:handle_registration_errors:2) - <n.if.is_submitted_form>
in if(custom_tweak:handle_registration_errors:2) - <n.if.is_submitted_form> - public static void nabble.naml.namespaces.BasicNamespace._if(nabble.naml.compiler.IPrintWriter,nabble.naml.compiler.Interpreter)
in (custom_tweak:handle_registration_errors:1) - <override_macro name="handle_registration_errors">
I noticed it's not liking the is_submitted_form which is nothing I've changed. So I completely removed the macro changes and then just go in to Edit the macro, change nothing and save and get the same error.
Coleen