Jump to content

Custom field - append string to entered value


plateaultd

Recommended Posts

I have a string custom field that I would like to optionally append another string to at some point in the order process. This is to build a specific temporary domain name.

 

In the below logic: [ xxx ] is what the user enters.

e.g. [ user entry area for custom field called TemporaryDomain ]

 

Order Form Displays

Temporary Domain: [ EnteredValue ] .tempdomain.com (e.g. test.tempdomain.com)

 

I am using a regexp to validate EnteredValue for SomeString or SomeString.tempdomain.com

 

At some point in the order process

 

if ( TemporaryDomain == "EnteredValue") {

Set TemporaryDomain to "EnteredValue.tempdomain.com"

} else if ( TemporaryDomain == "EnteredValue.tempdomain.com") {

Do nothing

}

 

Any suggestions on how one might easily do this?

 

Thanks,

Roger

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated