Shawn is there a way to change the "user@domaincom" email in the online sign up such that the "domain.com" chosen by the user is what is appended to their email address in OG? Right now no matter what I do, only the default domain show up. Thanx.
If it's a user-definable field, I guess you could modify the Web files source code to do it, but as far as a function with Optigold to do it, no.
I guess what I am trying to say is with online forms you can collect information from a user, ie., login name, password, name, address, etc.. From there we are able to insert that information in FM/OG such that those variable (fields) are put in the proper places in OG, ie., login goes in the login field, password in the password field. So what I am asking is can we take the "domain" field and append it to the "login" such that when the "login" is sent to OG it ends up in the form of for the email address? I am not sure I am explaining well what I am trying to accomplish. I guess if you look at the default online signup examples that come with OG, or Optiskin, you can see that the fields for say, "login" for instance are translated to FMP tags that are then inserted in appropriate fields in OG's customer account. So I just want to be able to take the login/username that a user enters and append the domain that they choose to it, and then have it land in OG such that the new signup's email address is "user@their-domain.com" not user at "the-default-domain-in-og.com". Hope this helps... Thanx.
Yeah, you could do it if you modified the Web files to concatenate the two fields together if you wanted, but it's not an option within Optigold itself.
Ok, yeah, I understand it is not something I can do from OG specifically... I just wanted to know how to do it in my code. I have heavily modifed the sign up pages, but this is one of the last pieces in the puzzle, ie., figuring out how to apply the user specified login to their domain such that it ends up in the "email" address portion of the OG. Thanx again!