Search Again:

Re: cd-signup forms

From: Shawn Hogan
Date: Friday, March 14, 2003
Time: 11:38:27 am

Chuck Rock wrote:

> We are using the CD signup for in-house to create the floppy for a
> particular campaign right now.
>
> I needed to be able to have the saleperson field select box, but I didn't
> want all of those miscellaneous fields.
>
> So I opened up the addform2.txt file, and copied out the code to put the
> salesperson field into addform1.txt
>
> The form and form field appear to work fine except...
>
> In OG, the sales person shows up as: Unlisted Chuck Rock
>
> So I have to go in and reselect the sales person. When I click in the drop
> dows box in OG, there's no Unlisted Chuck rock as a choice, so it's like it
> doesn't recognize the Unlisted part, or the extra info after that. I haven't
> determined which.
>
> Is there something else I can do to keep it from doing that?
>
> This is what I copied from the addform3.txt
>
> <P>
> <FONT SIZE=-1><B>Salesperson:</B></FONT><BR>
> <select name="Salesperson"><OPTION VALUE="[FMP-Field:
> Global_Variables::pDefault Miscellaneous Fields Value]" SELECTED>[FMP-Field:
> Global_Variables::pDefault Miscellaneous Fields Value]
> [FMP-option: Salesperson, list=Salesperson]
> </select>
>
>
> This is where I put it in the addform1.txt
>
> <P>
> <FONT SIZE=-1><B>Password:</B></FONT><BR>
> [FMP-Field: gNew Password]
> <P>
> <FONT SIZE=-1><B>Account Type:</B></FONT><BR>
> <select name="Account Type"><OPTION VALUE="" SELECTED>Make Selection
> [FMP-option: Identification, list=Web Account Type]
> </select>
> <P>
> <FONT SIZE=-1><B>Salesperson:</B></FONT><BR>
> <select name="Salesperson"><OPTION VALUE="[FMP-Field:
> Global_Variables::pDefault Miscellaneous Fields Value]" SELECTED>[FMP-Field:
> Global_Variables::pDefault Miscellaneous Fields Value]
> [FMP-option: Salesperson, list=Salesperson]
> </select>
>
>
> [FMP-If: Field: Global_Variables::pWeb Signup Show Master Account .eq. Yes]
> <P>
> <FONT SIZE=-1>Master Account:</FONT><BR>
> <INPUT TYPE="text" NAME="Master Account" VALUE="" SIZE=25>
> [/FMP-If]

If it's showing that, my guess is somewhere you are submitting Salesperson
twice (it will do two values separated by a space if you submit the same
field twice within a single form).

- Shawn

----------------------------------
Shawn D. Hogan
President, Digital Point Solutions
http://www.digitalpoint.com
(858) 452-3696


---------------------------------------------------
To subscribe, unsubscribe or to search list archive
please visit http://www.optigold.com/lists/isp.html
---------------------------------------------------



Messages In This Thread:



Return to Digital Point Solutions' Home Page