Developer forum

Forum » Development » Notifications in Forms module (not DW7)

Notifications in Forms module (not DW7)

Martin Nielsen
Reply

Hi DW,

I have to build an extension for the Forms module that takes that data that's posted, and moves it to a crm system.

Are there any notifications i can subscribe to to achieve this? Or how would i go about building something like that.

// Martin


Replies

 
Morten Bengtson
Reply

If you are using the Forms (For Data Lists) module you can implement a custom FormSaveProvider.

You can download code samples here:

http://developer.dynamicweb.com/downloads/source-code.aspx

 
Morten Bengtson
Reply

If you are using the old Forms module, you can probably just subscribe to one of the page notifications (e.g. Page.Loaded) and grab what you need from HttpContext.Current.Request.

 
Martin Nielsen
Reply

Hi Morten,

I'm in the old module, and you're suggestion could work, if the old Forms module posted to a page, but i goes to /Admin/Public/FormMail.aspx?mode=20 which kinda sucks :-(

I think i found a workaround, by posting to a different page, and then use Server.Transfer to post to FormMail.aspx again.

Any idea what namespace the Forms module lives in.

 

// Martin

 

 

You must be logged in to post in the forum