User Access admin page something is removing custom 'form' tag

Discussion in 'Troubleshooting' started by edusites, Oct 24, 2017.

  1. edusites

    edusites Member

    Joined:
    Aug 9, 2009
    Messages:
    54
    aMember Pro™ 4.6.3

    I've added some custom code to each Product listed under User > Payments > Invoices/Access in the 'User Access' section:
    https://www.edusites2.co.uk/amember/admin-user-payments/index/user_id/10701

    The custom code consists of a simple form that links to a page on our main website:

    HTML:
    <form action="https://english.edusites2.co.uk/management/class_sets/147108" method="post">
                <input name="ee_member_id" value="xxxxx" type="hidden">
                <input name="amember_member_id" value="xxxxx" type="hidden">
                <input name="subscription_id" value="1" type="hidden">
                <input value="Manage Class Sets" type="submit">
    </form>
    However something is removing the 'form' tag for the first product, I can't find anything obvious can anyone provide guidance please?

    many thanks
  2. caesar

    caesar aMember Pro Developer Staff Member

    Joined:
    Oct 16, 2009
    Messages:
    2,295
    Hello,

    It is necessary to debug your code to find reason of this issue.
    Would you mind to contact us in helpdesk?
    https://www.amember.com/support
    We will check it.

    Thanks.

Share This Page