Title: Inline Form Location
Last modified: July 31, 2019

---

# Inline Form Location

 *  [mairabay](https://wordpress.org/support/users/mairabay/)
 * (@mairabay)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/inline-form-location/)
 * When adding the inline form shortcode, the login/singup widget shows up on the
   very top of the page, instead of where I added the shortcode.
    I have many things(
   like images, text, etc) that I would like to display on the page before showing
   the login/sign up form. Is there any way to make the form show in the correct
   place?

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Author [xootix](https://wordpress.org/support/users/xootix/)
 * (@xootix)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/inline-form-location/#post-11791141)
 * Hello [@mairabay](https://wordpress.org/support/users/mairabay/)
 * The form is placed exactly where you want to place.
    If it is showing on the 
   top of the page, then you might be adding it incorrectly. Where are you adding
   the shortcode?
 *  Thread Starter [mairabay](https://wordpress.org/support/users/mairabay/)
 * (@mairabay)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/inline-form-location/#post-11794558)
 * Hi,
 * I am adding it after a bunch of other things in the page. When editing, my page
   looks something like:
 * An image
    A Text An Image [inline form shortcode goes here]
 * However, when I post the page, the form appears on the very top, before the first
   image.
 *  [bikerdudemat](https://wordpress.org/support/users/bikerdudemat/)
 * (@bikerdudemat)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/inline-form-location/#post-11846816)
 * Any fix on this? same issue…
 *  Thread Starter [mairabay](https://wordpress.org/support/users/mairabay/)
 * (@mairabay)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/inline-form-location/#post-11851107)
 * Nope, still waiting on the answer.
 *  Plugin Contributor [xootixsupport](https://wordpress.org/support/users/xootixsupport/)
 * (@xootixsupport)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/inline-form-location/#post-11851479)
 * Please leave a message here & share your login credentials.
    [https://xootix.com/support](https://xootix.com/support)
 *  Thread Starter [mairabay](https://wordpress.org/support/users/mairabay/)
 * (@mairabay)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/inline-form-location/#post-11854926)
 * I actually removed the inline form and changed my whole website to use the pop-
   up because I had to launch last week and you hadn’t replied yet.
    But I can still
   share with you the URL where I would like to add it. It is this one: [https://ethicalfashion.agency/tefa/insiders/insiders-account/](https://ethicalfashion.agency/tefa/insiders/insiders-account/).
   I originally wanted to add the Inline form where it says “_Please Log in to access
   your account._” As you can see, there are images and blocks of text before the
   location where I wanted the form. Unfortunately I cannot give you login credentials
   as the website is now live. Can you try to reproduce this on a test website? 
   Just add images and blocks, then try to add your inline form with the shortcode
   and see if the issue happens.
 *  [bikerdudemat](https://wordpress.org/support/users/bikerdudemat/)
 * (@bikerdudemat)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/inline-form-location/#post-11895197)
 * i fixed the inline form shortcode issue that was pushing all page
    content below
   the shortcode output by adding an output buffer, lines 203 and 205 on the xoo-
   el-functions.php file.
 * here are lines 189 thru 209 with fix included at line 203 & 205:
 * //Inline Form Shortcode
    if( !function_exists( ‘xoo_el_inline_form’ ) ){ function
   xoo_el_inline_form_shortcode($user_atts){
 *  $atts = shortcode_atts( array(
    ‘active’ => ‘login’, ), $user_atts, ‘xoo_el_inline_form’);
 *  if( is_user_logged_in() ) return;
 *  $args = array(
    ‘form_class’ => ‘xoo-el-form-inline’, ‘form_active’ => $atts[‘
   active’] ); line 203 —–> ob_start(); xoo_get_template( ‘xoo-el-form.php’, XOO_EL_PATH.’/
   templates/’, $args ); line 205 —–> return ob_get_clean(); } add_shortcode( ‘xoo_el_inline_form’,‘
   xoo_el_inline_form_shortcode’ ); }
 *  Thread Starter [mairabay](https://wordpress.org/support/users/mairabay/)
 * (@mairabay)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/inline-form-location/#post-11926689)
 * ok, looks good. Are you going to release this in a new version?
 *  [thomasj1026](https://wordpress.org/support/users/thomasj1026/)
 * (@thomasj1026)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/inline-form-location/#post-12394216)
 * Hi Mairabay,
 * I looked at your customization login popup and it looks great. Can you provide
   any guidance on having the “Forgot Password” link appear on your login screen?
   Thank you!

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Inline Form Location’ is closed to new replies.

 * ![](https://ps.w.org/easy-login-woocommerce/assets/icon-128x128.png?rev=1970613)
 * [Login & Register Customizer – Popup | Slider | Inline | WooCommerce](https://wordpress.org/plugins/easy-login-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-login-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-login-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-login-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-login-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-login-woocommerce/reviews/)

## Tags

 * [inline form](https://wordpress.org/support/topic-tag/inline-form/)

 * 9 replies
 * 1 participant
 * Last reply from: [thomasj1026](https://wordpress.org/support/users/thomasj1026/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/inline-form-location/#post-12394216)
 * Status: not resolved