I have a client who needs to, on form submit, post data to their backend CRM using one of these methods:
Option 1: Use webservice call to post email signup data (FirstName, LastName, Email, Lsource) into CRM database. Prompt pop-up message based on webservice return value (True/False).
Option 2: Do form post to ECOM system and display status message in pop-up box that uses iframe.
Sounds like I can use gform_post_submission to do Option 2, is there a way to display a form post result message from the backend in a pop-up window (or on the page) using an iframe?
I'm a web designer and not that great with programming, but I can follow instructions. :) Can this be done with the personal version of GF or would I need one of the upgrades?