form

  1. Kruzya

    Disable autocomplete for TFA verification code input

    Currently on form with entering code, browser tries suggests previously used codes: I suggest add autocomplete="off" for disabling this noisy feature, because probability of falling out previously received and already entered code extremely small.
  2. Earl

    XF 2.1 XenForo way to validate a simple custom <xf:form> ? (regex)

    I have a simple form like this in a default notification block {{ phrase('your_account_is_currently_awaiting_confirmation_confirmation_message_sent_to_x', {'phone': $xf.visitor.phone}) }}<br /> <xf:form action="{{ link('canonical:account-confirmation/phone') }}" ajax="true" class="block">...
  3. Ulas K

    XF 2.0 About Change Width Pixels for Popup Login Form

    Hello everyone, I hope you are fine... How may I change width pixels for popup login form on default style of XenForo v2.0.12? Thank you for your all replies, Good forums...
  4. CMTV

    XF 2.1 Disabling all form elements

    Hi! I want to disable all inputs, selects, textareas in certain div inside form tag. It is important to note, that I am using <xf:numberboxrow and similar code to create form fields. How can I do this? Is the following code correct? this.$options.find(':input').prop('disabled', true);
  5. CMTV

    XF 2.1 Catch ajax form submit from JS

    Hi! I have a modal with simple form in it: <xf:if is="$isNew"> <xf:title>{{ phrase('CMTV_CB_add_param') }}</xf:title> <xf:else /> <xf:title>{{ phrase('CMTV_CB_edit_param') }}</xf:title> </xf:if> <xf:form action="{{ link('criteria-builder/params/validateParam') }}" class="block"...
  6. CMTV

    Fixed FieldAdder works wrong inside <xf:dependent>

    Hi! Try to add the code below somewhere in ACP: <xf:checkboxrow> <xf:option> <xf:dependent> <ul class="listPlain inputGroup-container"> <li class="inputGroup" data-xf-init="field-adder"> <xf:textbox /> </li>...
  7. Stuart Wright

    Contact Us Essentials 2.0.4

    I am vetting who I sell licenses to, so if you wish to purchase a license, please click the purchase link and then send me a message as per the instructions in the product description. Thank you :) Send contact message email to groups of recipients & optionally start a new thread in a specific...
  8. M

    Implemented Convert core_pikaday.less hardcoded CSS hex colours to use @xf-* style properties.

    Towards the end of the core_pikaday.less master style template, there are some style rules which contain hardcoded values for font colour, background, etc. This relates to .is-inrange .pika-button, .is-startrange .pika-button and .is-endrange .pika-button. While I don't believe XF 2.0...
  9. XFA

    [XFA] Thread Template - XF2 3.0.3

    Description Thread Template lets you define default message template for each of your nodes. It can be useful for example if there are information you'd like to have when your user post support requests. Features Creation through a dedicated page in admincp [NEW 3.0.0] Wysiwyg editor...
  10. R

    Extend AutoValidator/Ignore errors

    I want to automatically trigger a button/submit a form, which is using the XenForo AutoValidator. However, I want to "catch" the error, so it does not show the error overlay it usually does if an error happens. The aim is to hide the button, so that the "form confirmation" happens automatically...
  11. Kintaro

    Lack of interest "Advanced" contact form

    How about a more advanced contact form? A contact form that can be used for example from a "Guest" to send Reports or open threads in specific destination forum. With the possibilty to choose from different destinations/recipients with a dropdown menu or radio buttons. (copied here from the...
  12. markku

    Add-on Better Registration System

    Ah sweet goodness that looks so much better than the XenForo stuff. Of course should have username field too (and CAPTCHA), but I don't think other fields are necessarily required before completing registration. I wonder how easy it would be to implement something like this? Or how much custom...
  13. PumpinIron

    Is there an easy way to integrate XenForo Login / Sign-Up form with non XenForo page?

    I'm curious to know if there is an easy way to integrate XenForo Login / Sign-Up form with non XenForo page? What I mean by that is if I have a main page that is basic HTML / CSS / PHP is there a way to embed the XenForo login / sign-up form and have once submitted have it take hand over the...
Top Bottom