Recently Viewed...
DNN Modules
SnowCovered Top Sellers

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.

The Catalyst skins are professionally designed, coded and packaged by a team of DotNetNuke experts. The skins are available in 12 great colours. This skin is easily customisable with our unique DrNuke EasyMod technology. Try our demo!

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...

'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

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.

In this day and age, knowing as much detailed information as possible about your customer, prospect or web site user is essential. Thankfully, the new 'Dynamics Forms' module from Data Springs, makes it easier than ever to segment your data collection efforts.

Capture your users attention, enrich your site with multimedia flash, and create and opt in distribution list for your DNN site. These are just a few of the many features the Data Springs Module Collection can provide you.

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.

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.

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 . . .

    |   Register   |   Friday, November 21, 2008   
Data Springs Product Forums...
Subject: Display Name based on First and Last Name Entered
Prev Next
You are not authorized to post a reply.

Author Messages
Joseph
Posts:3


02/27/2008 10:43 AM  

I am new to using Dynamic Registration, but love it so far! I have a question about changing a field name based on other entries.

My Registration has the following fields as text boxes (among others):

First Name

Last Name

Display Name

How can I make it put in the entered First Name and entered Last Name automatically into the Display Name? (i.e. a registrant comes to the site and enters John in the first name box, Doe in the Last Name box and then when the go to the Display Name it will automatically fill in John Doe).

Any assistance would be great.

Thanks,

Joe

Joseph
Posts:3


02/28/2008 12:42 PM  

I am still working on this one. I was going to add this bit of javascript to the Last Name "onblur" field:

 

script language="javascript"
function JoinNameFields() {
DisplayName.value = FirstName.value + " " + LastName.value;
}
/script

 

(I removed the brackets from the script command so that is will show up in this editor)

As you can tell, I am a novice at javascript. Can anyone from the DataSprings team assist with this, or does this fall under a separate project that requires a quote. If the latter, please send me a quote and payment options to move forward.

 

Thanks,

Joe

Chad
Posts:2215
river guide
river guide

02/28/2008 12:45 PM  
Joe,

Hi. You might try and explain a little more about the javascript. It actually renders as HTML to the forums so therefore you cannot actually display it (maybe you can make it an image or something?).

Also... Dynamic Registration has a built in feature. If you select fields for First Name and Last Name and no field for Display Name the module will automatically generate the display name based on the users first and last name. So maybe you don't need this javascript at all?

-Chad
Joseph
Posts:3


02/29/2008 8:52 AM  

Thanks Chad. I went in and changed the Display Name field to hide it. It now automatically generates the Display Name as First Name Last Name.

 

Will it also add in a Name Prefix and Suffix if the fields are set up and mapped to the DNN Core?

 

Thanks,

Joe

Chad
Posts:2215
river guide
river guide

03/06/2008 1:50 PM  
Joe,

No its not setup to add the prefix and suffix, you could setup a SQL Event to update the displayname if you needed that though.

Something like:


Update Users
Set DisplayName = '$(Prefix) ' + ' ' + '$(FirstName) ' + '$(LastName) ' + '$(Suffix)'
Where UserID = $(UserID)

-Chad
You are not authorized to post a reply.
Forums > Product Discussion - DotNetNuke Modules > Dynamic Registration > Display Name based on First and Last Name Entered



ActiveForums 3.7

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