Jump to content

breeze

Members
  • Posts

    21
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Thanks
    breeze got a reaction from Paul in 4.9 - Problem with universal module, URL notifcation   
    Hi all,

    I found the issue. Apparently our server provider implemented some new anti-fraud thing, and it was blocking outbound requests. So because I had a URL in the post notification of the universal module, the request wasn't making it out to the endpoint and the whole process was failing.

    Thanks for the input.

     
  2. Thanks
    breeze got a reaction from Jono in 4.9 - Problem with universal module, URL notifcation   
    Hi all,

    I found the issue. Apparently our server provider implemented some new anti-fraud thing, and it was blocking outbound requests. So because I had a URL in the post notification of the universal module, the request wasn't making it out to the endpoint and the whole process was failing.

    Thanks for the input.

     
  3. Like
    breeze got a reaction from activa in Force email as username   
    Hi all,
    This worked well - thanks for the input.
  4. Like
    breeze got a reaction from Blesta Addons in Force email as username   
    Hi all,
    This worked well - thanks for the input.
  5. Like
    breeze reacted to WebhostingNZ.com in Force email as username   
    Hi @breeze
    I've only had a quick look into it but you could just edit the orderform signup.pdt so it's not an option, maybe make a hidden field to pass the pram back to blesta
     
    <div class="radio"> <label> <?php $this->Form->fieldRadio('username_type', 'email', ($this->Html->ifSet($vars->username_type, 'email') == 'email'), ['id'=>'username_type_email']); $this->_('Signup.index.field_username_type_email'); ?> </label> </div> <div class="radio"> <label> <?php $this->Form->fieldRadio('username_type', 'username', ($this->Html->ifSet($vars->username_type) == 'username'), ['id'=>'username_type_username']); $this->_('Signup.index.field_username_type_username'); ?> </label> </div> Change that to a hidden field with a name and ID as 'username_type' and the value of 'email' i think would work, or you could just remove the username option both may or may not work and would require testing.
×
×
  • Create New...