Support Forum ยป User Profile

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 221 total)
  • Author
    Posts
  • in reply to: Save progress of new or edit form automatically #49213
    Nicholas CoxNicholas Cox
    Participant

    ok thanks, i have managed to create this and all working ok.

    in reply to: Save progress of new or edit form automatically #49173
    Nicholas CoxNicholas Cox
    Participant

    ah well i thought it was supported on the front end, no worries, thats a shame, what action/hooks could i use to create a custom script for myself to make this work on the front end? thanks

    in reply to: Save progress of new or edit form automatically #49168
    Nicholas CoxNicholas Cox
    Participant

    Hi Peter,

    Ok thanks, what version did this stop working in? as i haven't updated to the latest version yet? any timeframe on it? thanks

    in reply to: edit model and default values and submission issue #48902
    Nicholas CoxNicholas Cox
    Participant

    Hi, I am not using Metabox AIO? im been using this setup for the last few years. So is the metabox main plugin 'wpackagist-plugin/meta-box' not have the updates anymore?

    "require": {
        "wpackagist-plugin/meta-box": "dev-trunk",
        "wpackagist-plugin/meta-box-text-limiter": "dev-trunk",
        "meta-box/mb-admin-columns": "dev-master",
        "meta-box/mb-blocks": "dev-master",
        "meta-box/mb-custom-table": "dev-master",
        "meta-box/mb-frontend-submission": "dev-master",
        "meta-box/mb-settings-page": "dev-master",
        "meta-box/mb-user-meta": "dev-master",
        "meta-box/mb-user-profile": "dev-master",
        "meta-box/meta-box-conditional-logic": "dev-master",
        "meta-box/meta-box-group": "dev-master",
        "meta-box/meta-box-tabs": "dev-master",
        "meta-box/meta-box-columns": "dev-master",
     }

    thanks

    Nick

    in reply to: edit model and default values and submission issue #48885
    Nicholas CoxNicholas Cox
    Participant

    Hi, any update on this?

    in reply to: Cloneable Groups Validation And Form Reset Issue #48665
    Nicholas CoxNicholas Cox
    Participant

    ah i can see why this is not working.

    i needed to remove the edit="true" from the shorcode. I guess when passing a url param i dont need to have this enabled as im already editing the form. thanks

    in reply to: edit model and default values and submission issue #48663
    Nicholas CoxNicholas Cox
    Participant

    ok thanks

    in reply to: Cloneable Groups Validation And Form Reset Issue #48662
    Nicholas CoxNicholas Cox
    Participant

    In older version's it used to keep the data in the form (using ajax) and for the client to finish off entering the rest of the required field data.

    does this happen for all fields or just cloneable ones?

    This would be bad for larger forms where it could take e.g. 10 minutes to fill out a form and a client missed one field value and validated with an error, then they will have to start over.

    Nicholas CoxNicholas Cox
    Participant

    Hi Peter,

    any update on this?

    thanks

    Nick

    in reply to: edit model and default values and submission issue #48652
    Nicholas CoxNicholas Cox
    Participant

    Hi Peter,

    In regards to issue #2 the form details are earlier in this post.

    So im using this shortcode
    [mb_frontend_form id="dcp-payment-gateways" confirmation="Updated" ajax="true" object_type="model" edit="true"]

    then in the browser i go to the page and enter the object_id in the url paramater
    http://localhost/dcplatform/payment-gateways/?rwmb_frontend_field_object_id=5

    You can see my database with one entry
    mysql

    video recording of the issue
    https://screenrec.com/share/vVLTZw2NXl

    What else can i provide you with?

    thanks

    Nick

    in reply to: edit model and default values and submission issue #48561
    Nicholas CoxNicholas Cox
    Participant

    hi yes issue #1 but having the option to clone_empty_start makes it so if the customer does not enter anything then nothing is saved. So this surely should be an option? seems strange to show at least 1 group for all groups, this make the form longer to scroll and ruins the ux.

    Yes for issue #2 i can not sometimes reproduce it too, it happens intermittently and no i do not have any custom code on this.

    Nicholas CoxNicholas Cox
    Participant

    Im setting a few fields values, but the cloneable groups always has an empty value included, as i know this is hidden and user for the front end. But the rwmb_request()->set_post_data( $_POST ); is obviously setting the empty group as a value. So there is a conflict between the timing of the cleanup. But also the cleanup could also be changed to detect empty cloneable groups and remove them?

    in reply to: Custom Table & Model and Author Restriction #48475
    Nicholas CoxNicholas Cox
    Participant

    ok thanks, is there a workaround i can use for now?

    in reply to: Custom Table & Model and Author Restriction #48406
    Nicholas CoxNicholas Cox
    Participant

    Hi Peter,

    sorry you may have misunderstood my query, when i say Author i mean that the person who made the custom entry is the only user who can edit there posts. Is there any stored information about the author i can use to hide the custom table entry if they are not the author of the post?

    in reply to: dynamic model form population error #47752
    Nicholas CoxNicholas Cox
    Participant

    also when editing using object_id=1 in the shortcode, can i set this so the user who made the entry can only edit the post? or is this setup to do it on a capability level only? as not sure from the docs that if this behaves like posts do.

Viewing 15 posts - 1 through 15 (of 221 total)