Jump to content

CraigA

Members
  • Posts

    42
  • Joined

  • Last visited

Everything posted by CraigA

  1. WRT: http://www.blesta.com/forums/index.php?/topic/807-checkout-with-custom-field/ After applying Cody's fix, I now get error: CustomFieldName is in an invalid format. My field asks for an IP address. I've used these two regex's /^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$/ and /\b(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\b/ both of these work once a client is created manually, just not when they try and checkout and create an account. Not sure if bug so I posted it here first. Ideas?
  2. Is there a temporary workaround for this? My business is dead in the water right now :/
  3. Hello, I have a custom field that has a regex to validate an IP address. This works fine when I create a client manually, however, when I run through the checkout flow as a new customer I get this error: Invalid custom field ID. The custom field is invalid. Any ideas? -CraigA
  4. Something to look into, integrating yubikey support into the admin panel authentication. http://www.yubico.com/about/intro/ I use yubikey's for all the servers I admin, would be nice to be able to use it for Blesta as well. Thanks! CraigA
  5. CraigA

    7 Day Trial

    I meant payment information. I realize they have to still create an account
  6. CraigA

    7 Day Trial

    I was thinking about that, but I am not going to be offering a 7-day package other than for a trial. Ideally, I would like to offer the trial without having to accept billing information (if that is possible)
  7. CraigA

    7 Day Trial

    Does anyone else happen to know how to do this? I don't really care about the auto-switchover. I just need to be able to provide a 7 day free account that can only be enabled once per customer. Thanks, Craig
  8. CraigA

    7 Day Trial

    I remember seeing a post about how to create a 7 day trial package. I can't seem to find it for the life of me. Also, do you think an actual Q & A forum would be helpful where you can "sticky" popular posts. I feel as if posting my questions in "The Lounge" isn't really loungy, and I'm not posting a feature requests or bug. Thanks, Craig
  9. Thank you for the in depth reply. I did not know about that source docs website (I was searching simply in docs.blesta.com) Thanks for the great info Tyson!
  10. Hey devs, First, I'd like to apologize as this may seem trivial to a lot of you. I would list to customize some of the information the client sees when they log in and see the "My Information" area. I'm editing the "client_main_myinfo.pdt" at the moment. What I would like to do is output one of my custom client fields. Viewing the database, the client_field_id for this is 5 I was wondering what the direct query would be for this? I've tried $this->Html->ifSet($custom_fields); but I'm sure I'm underthinking this and not referencing what I should be. Help is appreciated! Thanks, Craig
×
×
  • Create New...