This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

dimonfreeman
dimonfreeman

dont save information when user edit him information( name/email/phone...dont saves. on console non error..

mjauvin
mjauvin

Can you give more details please? This is a little too vague.

dimonfreeman
dimonfreeman

install user + user pro, and when user edit him information ( phone/name/ or other standard information) click save, but information dont save...

mjauvin
mjauvin

Do you have the same broken behavior if you disable the User pro plugin?

dimonfreeman
dimonfreeman

mjauvin said:

Do you have the same broken behavior if you disable the User pro plugin?

yes

mjauvin
mjauvin

Show your code

dimonfreeman
dimonfreeman

mjauvin said:

Show your code

how i can show to you?

mjauvin
mjauvin

just use tripple backticks "```" before and after the code block you paste in here.

dimonfreeman
dimonfreeman

i used pyrolancer plugin+theme...

<div
    class="field dividing"
    data-control="inline-editor"
    data-property="email"
    data-partial="account-fields/email">
    <h5 class="ui  header">
        Email:
        <a href="nojavascript...;" class="ui pull-right text-blue non_bg button" inline-edit>change email</a>
    </h5>
    <div class="field view content">
        <label>{{ user.email }}</label>
    </div>
    <div class="edit content">
        <div class="field">
            <input
                type="text"
                name="email"
                value="{{ user.email }}"
                placeholder="Email address" />
        </div>
        <div class="actions">
            <a href="nojavascript...;" inline-save class="ui positive small submit button">Save</a>
            <a href="nojavascript...;" inline-cancel class="cancel">Cancel</a>
        </div>
    </div>
</div>

Last updated

1-9 of 9

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.