close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Australian Customisation

Thread began 10/07/2009 9:00 pm by jebrandon343719 | Last modified 10/09/2009 11:40 am by jebrandon343719 | 1559 views | 3 replies

Eric Mittman

I was able to get this working on my PowerStore by first editing the state select list on the registration full page. Here are the first three options from the state list on that registration page:

php:
<option value="" selected="selected" <?php if (!(strcmp("", (ValidatedField("usersRegistrationfull","UserState"))))) {echo "selected=\"selected\"";} ?>>Choose a state</option>

            <option value="N/A" <?php if (!(strcmp("N/A", (ValidatedField("usersRegistrationfull","UserState"))))) {echo "selected=\"selected\"";} ?>>N/A</option>
            <option value="NSW" <?php if (!(strcmp("NSW", (ValidatedField("usersRegistrationfull","UserState"))))) {echo "selected=\"selected\"";} ?>>New South Wales</option>



Then on the profile page I added in the NSW value to the list so the first three options on that list are:

php:
<option value="" selected="selected" <?php if (!(strcmp("", (isset($_GET['valid'])?ValidatedField("usersProfile","UserState"):$row_WAATKusers['UserState'])))) {echo "selected=\"selected\"";} ?>>Choose a state</option>

              <option value="N/A" <?php if (!(strcmp("N/A", (isset($_GET['valid'])?ValidatedField("usersProfile","UserState"):$row_WAATKusers['UserState'])))) {echo "selected=\"selected\"";} ?>>N/A</option>
              <option value="NSW" <?php if (!(strcmp("NSW", (isset($_GET['valid'])?ValidatedField("usersProfile","UserState"):$row_WAATKusers['UserState'])))) {echo "selected=\"selected\"";} ?>>New South Wales</option>



Adding in the NSW option was all that I did for both of these lists and when I register a new user and select NSW I see this reflected on the profile page. Please give this a try and use my example code on both the full registration page and your profile page to see if the same works for you.

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...