Support

Account

Home Forums Front-end Issues About acf_form() at Front end.

Helping

About acf_form() at Front end.

  • I put acf_form() on original page. Like page-profile_edit.php in template.
    I already set the Field group, That is OK, good working now.Thanks very much like this amazing plugin!
    But I am confused from “Location Rules” setting.

    I am setting rules like below.

    [Current User] [is equal to] [Viewing frontend]

    I want to show the form only at /profile_edit page.
    But The form appears at WordPress default regestration page.
    That’s uri is like this.[/wp-login.php?action=register], you know.
    How come that appear?
    I tried

    [Current User] [is equal to] [Viewing frontend] and
    [User Form] [is not equal to] [All]

    But this is not working, The form disappear from profile_edit page.

    I am useing these plugins.
    Advanced Custom Fields Version 5.8.9
    Advanced Custom Fields: Repeater Field Version 2.1.0 <- I love this!

    Or do I have to buy a professional version?
    Please tell me how to do, ONEGAI SHIMASU!

  • May be I resolved by myself.

    My setting is here.

    [Current User] [is equal to] [Viewing frontend] and
    [Current User] [is equal to] [Logged in]
    // For showing field group form on original Profile page. Like /profile-edit
    // For not showing field group form on Register page. Like /wp-login.php?action=register

    This is working now.Thanks.
    And I write down my second setting as well.

    [Current User] [is equal to] [Viewing frontend] and
    [Current User] [is equal to] [Logged in]
    // These are same as above.
    or
    [User Form] [is equal to] [All]
    [Current User] [is equal to] [Logged in]
    // For showing on Admin users page. User Checking and Editing is easy.
    // For not showing on register page. [User Form] shows forms every wehre, so.

    ACF guys you are the best! I love Victoria bitter too.

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘About acf_form() at Front end.’ is closed to new replies.