Forum Replies Created
- AuthorPosts
tripros
ParticipantThanks Ally, when I remove the custom api code (disable the plugin) the form works normally, without error.
Sent the information you requested earlier, let me know if you need anything additional from our end.
Thanks again!
tripros
ParticipantThanks Ally, turned debugging on, debug file is generating errors from other plugins, but nothing from quform. Tried submitting the form I’m working on 3 times, got three pop up Javascript alerts that there was an error submitting the form, but no log entries in the debug file. Other plugin error are continually being added so file permissions are ok.
Can you advise?
Thanks!tripros
ParticipantThanks Ally, did just that, verified all settings several times, installed and activated plugin, tested form and the form submits (get verification email and is in the database) but gives me an alert that there was an error submitting the form.
I don’t have any custom fields, so I deleted those lines like this:
$params = array(
'email' => $form->getValue('iphorm_3_67'),
'ip_address' => $_SERVER['REMOTE_ADDR'],
'name' => $form->getValue('iphorm_3_25'),
);
$subscribers = $list->subscribers;
$new_subscriber = $subscribers->create($params);
} catch(AWeberAPIException $exc) {}
}
?>
I tested this on 2 sites where we need the integration, and both do the same thing (changed the quform fields where applicable of course as well). I verified all settings and credentials from Aweber, verified that the aweber folder was correct in the themes folder, so not sure why the error is generated.
Is there a log file that generates an error when this happens to help resolve?
Thanks!
- This reply was modified 11 years, 8 months ago by
tripros.
tripros
ParticipantThanks Ally, we’re using a framework theme so the functions file can’t be edited. How could we handle this in this case?
Thanks!
tripros
ParticipantThanks Ally, appreciate your reply. PHP sessions are set ok, so I did a little more investigation. Found out that when I cleared all cookies related to this site from my browser, all errors disappeared. Since it worked fine in another browser after some testing, thought that was the only other thing to check and it seemed to do the trick. Hope this helps any others having same issue.
Thanks again Ally!
tripros
ParticipantThanks Ally, that did the trick! Working great now, appreciate your help!
tripros
ParticipantBTW, I noticed that in previous versions regex was not working, but was fixed after 1.4
Thankstripros
Participantuser error – the actual ’email address’ field wasn’t used. All worked out. Thanks!
tripros
ParticipantUse error – we got it worked out 🙂
- This reply was modified 11 years, 8 months ago by
- AuthorPosts