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
dont save information when user edit him information( name/email/phone...dont saves. on console non error..
dimonfreeman
install user + user pro, and when user edit him information ( phone/name/ or other standard information) click save, but information dont save...
dimonfreeman
mjauvin said:
Do you have the same broken behavior if you disable the User pro plugin?
yes
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