/is", $form, $form_attr_m)) // Is this a form? { if (preg_match ("/(\s)(action)( ?)(\=)( ?)(['\"])(.+?)(['\"])/is", $form_attr_m[1], $form_action_m)) { if (($url = trim ($form_action_m[7]))) // Set URL value dynamically. Now we add values. { foreach ((array)c_ws_plugin__s2member_utils_forms::form_whips_2_array($form) as $name => $value) { if (strlen ($name) && strlen ($value)) // Check $name → $value lengths. if (strlen ($value = (preg_match ("/^http(s)?\:\/\//i", $value)) ? rawurlencode ($value) : urlencode ($value))) { $url = add_query_arg ($name, $value, $url); } } return $url; } } } return false; } /** * Converts a form with hidden inputs into an associative array. * * @package s2Member\Utilities * @since 3.5 * * @param string $form A form tag with hidden input fields. * @return array An associative array of all hidden input fields. */ public static function form_whips_2_array($form = FALSE) { if (preg_match ("/\