I have noticed that in a working form using user registration module and custom meta, apostrophes cause problems.
for first name= aatest'23
for last name= aatest'24
I get :
error 1:_______________________________________
Parse error: syntax error, unexpected T_LNUMBER in /home/ojaorg/public_html/wp-content/plugins/gravityformsuserregistration/userregistration.php(3229) : runtime-created function on line 1
Parse error: syntax error, unexpected T_LNUMBER in /home/ojaorg/public_html/wp-content/plugins/gravityformsuserregistration/userregistration.php(3229) : runtime-created function on line 1
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, '' was given in /home/ojaorg/public_html/wp-includes/plugin.php on line 173
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, '' was given in /home/ojaorg/public_html/wp-includes/plugin.php on line 173
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, '' was given in /home/ojaorg/public_html/wp-includes/plugin.php on line 173
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, '' was given in /home/ojaorg/public_html/wp-includes/plugin.php on line 173
error 2:_______________________________________
Parse error: syntax error, unexpected T_LNUMBER in /home/ojaorg/public_html/wp-content/plugins/gravityformsuserregistration/userregistration.php(3229) : runtime-created function on line 1
Parse error: syntax error, unexpected T_LNUMBER in /home/ojaorg/public_html/wp-content/plugins/gravityformsuserregistration/userregistration.php(3229) : runtime-created function
______________________________________________________
apostrophe in each name causes 2 errors, if I resubmit with apostrophe in first name and not last name - causes 1 error with user registration instead.
________________________________________________________
notification is sometimes blank as a result