Recently Viewed...
To help you navigate to pages you most recently visited, select from the links below.
Product Forums
Dynamic Forms Demonstrations
Sharepoint Forums
Newsletter
Page Tags
DNN Modules
SnowCovered Top Sellers

'Relationship Building' and 'Communication' are two essential nuts and bolts for a business to prosper. This module allows you to bridge both of these and easily generate continuous awareness of your web site, products and services. Your prospects and customers will greatly appreciate this featur

Live Content uses Web 2.0 approach to provide a Rich User Interface and streamlines content presentation by overlaying content on current page. Overlay images, videos, audio, text/html content, flash, dotnetnuke modules, and external content. Experience the demo...

Version 5 of the perennial best-selling tool for creating data-based solutions in DNN without custom programming. This version focuses on greater flexibility, expandability, and ease-of-use.

Powerful, Ajax Enabled, Easy to Use. Document Management has never been better. Open-DocumentLibrary allows DotNetNuke users to share and manage documents in a flexible, intelligent way, offering granular control over Folder and Document access.

Ultra Video Gallery is a brother product of Ultra Media Gallery, UVG allows you to add videos in various format and automatically convert them to flv format, you also can add videos from embed code and play them in our integrated flash video player.

Gloss is the first ALL COLORS! skin, featuring a powerful XML-based flash and being 100% W3C CSS XHMTL1.0 compliant. Tune it yourself on the fly, changing colors, backgrounds, containers, text color and size, width and more! Brilliant!Available for DNN4 and DNN5

The award winning discussion forum and community solution for DotNetNuke is now even better. When you need to build the best community site, you need the best module, Active Forums!

ALL NEW ! - Minimalist includes skin packs in 12 great colors. Each color has Flat, Gradient and Glass versions. Feature rich XML Flash header, perfect for just about any purpose. 9 Different menu options in each skin pack; 3 horizontal menus, 3 vertical menus and 3 all-new Twin level menus . . .

Edit documents directly on your server. The premier document management solution for DotNetNuke (DNN). Index contents of documents. Share documents across your portal and avoid duplicates. Revised and flexible UI. Extensible architecture.

Ultra Media Gallery is the most popular photo gallery and media gallery solution for DotNetNuke, UMG offers 10 different flash player to browse your gallery with completely different user interface experience.

    |   Register   |   Wednesday, January 07, 2009   
Data Springs Product Forums...
Subject: Passing Extended Fields From Dynamic Registration
Prev Next
You are not authorized to post a reply.

Author Messages
Mike
Posts:1
new to the springs
new to the springs

02/15/2008 1:35 PM  

Wanted to see if anyone had any ideas on passing a "Phone" number field from Dynamic Registration 03.10.21 to an Extended Field in Opt-In Email 03.10.10 under DNN 4.8.

Support has said:
"This would require a SQL Event for sure, the event would insert into the DataSprings_OptInEmailExtendedQuestionResponse table.  ...  It will involve getting the QuestionID and Opt In EmailID to insert into that table."

Thank you in advance for the help.

Mike

Chad
Posts:2384
river guide
river guide

02/19/2008 4:11 PM  
Hi. Ok, well I will still need to setup a test environment with some of the specific properties and setup but this should do it. This should be a SQL Event that fires only after initial registration and is assuming that your extended field question is called 'Phone' and a few other properties such as a short field name of 'ShortPhoneField' and an email field of 'ShortEmailField' etc...

Declare @OptInID as UniqueIdentifier
Declare @ExtendedQuestionID as UniqueIdentifier

Set @OptInID = (Select OptInEmailID from DataSprings_OptInEmail where EmailAddress = '$(YourEmailField)')
Set @ExtendedQuestionID = (Select ExtendedQuestionID from DataSprings_OptInEmailExtendedQuestion where Question = 'Phone')


Insert Into DataSprings_OptInEmailExtendedQuestionResponse
(ExtendedQuestionID, OptInEmailID, UserID, Response)
Values(@ExtendedQuestionID, @OptInID, 0, '$(ShortPhoneField)')



-Chad
You are not authorized to post a reply.
Forums > Product Discussion - DotNetNuke Modules > Opt In Email > Passing Extended Fields From Dynamic Registration



ActiveForums 3.7

Copyright 2005 - 2009 by Data Springs, Inc.
Terms Of Use | Privacy Statement