Hi guys... The 2.6 release of Dynamic Forms is on its way..
Its already in beta stages and on betasprings.com. Among some smaller enhancements here are the major enhancements for the 2.6 release.
This means you can setup completion events for the following IPN status codes:
Remember, completion events also can be setup conditionally based on a users response and they can include adding/removing the user from a security role, firing off an email, executing a SQL statement, redirecting the user to a specific page, and also the new HTTP Post completion event that was added in version 2.5.
We will be setting up several demonstrations to represent PayPal Purchases and Subscriptions. We suggest if you plan to use the PayPal gateway you go ahead and setup a PayPal Sandbox account to get started, the module can support both the SandBox Environment and the production environment for PayPal.
Here would be a real life example... You could setup a completion event to fire for Subscription Sign Ups so that the user would be added to a security role and another completion event that would send the user a message. Then you could also setup seperate completion events to handle other PayPal IPN status codes (For example notify you as the admin for payment failures or notify the user that their purchase is pending because its an echeck and once their purchse is completed they will be added to the role automatically etc...). PayPal IPN and Dynamic Forms Completion Events will work hand in hand , so you can now use Dynamic Forms for virtually any PayPal payment form, purchase, PayPal subscription etc....
View Screenshot of Back End Administration
Let me know if you have any questions or comments... Full release is scheduled for Thursday, April 17th.
-Chad
We need a lot more ability to style everything and anything on the form...Sometimes I have been successful with the DF css file, sometimes I had to also add CSS rules into the skin.css file.
We need the html editor to stop inserting
 
into the field header every time we update any of our fields. This tag should never be inserted anywhere...it is a bug in DNN itself, I think...maybe a good thing to do is for the module code to just silently strip out all such tags before the page is created or displayed??
The footer should not have any BR tags inserted. Any BR tags that are put in for whatever reason should be coded , not uppercase...
The captcha's textbox should be style-able...I have already commented on this.
Table code should be as minimal as possible, this decreases page size and reduces page load.
Thank you, Tom