Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • in reply to: Piklist next version ETA and changes? #10980
    rafi
    Member

    Hi Steve

    You are advertizing a major next release.
    Can you give a clue regarding the ETA?

    in reply to: Making a conditional field required #10853
    rafi
    Member

    I am looking forward to it.
    In any case, thank you for piklist!

    in reply to: Making a conditional field required #10845
    rafi
    Member

    2020 August 29
    Currently, the version is 1.0.9
    I still have this problem is there a solution?
    Maybe a validation condition?

    in reply to: Required parameter #9201
    rafi
    Member

    When will “required” be available grouped fields?

    in reply to: New version update v0.10 crashed my site #8935
    rafi
    Member

    Thanks

    in reply to: Work-Flow on Front end forms. #5933
    rafi
    Member

    In more details, because of performance issue I look for a way to split my front-end form into a few pages.
    I would be most obliged if I can have your advice.

    Rafi

    in reply to: Suggestion: Implement "Select2" Field Type #5844
    rafi
    Member

    Thanks Steve, When I wrote it I hoped Anderly may answer it.
    Your support efforts are really appreciated.

    in reply to: Suggestion: Implement "Select2" Field Type #5833
    rafi
    Member

    Hi Steve

    Other field types which are natural to piklist works with or without Andry’s plugin.
    I saw the problem only with: ‘type’ => ‘select2′

    in reply to: Suggestion: Implement "Select2" Field Type #5825
    rafi
    Member

    HI Steve

    I installed Anderly’s plugin and put the following on a front page form:
    piklist(‘field’, array(
    ‘type’ => ‘select2′
    ,’scope’ => ‘user_meta’ // scope needs to be set on EVERY field for front-end forms.
    ,’field’ => ‘select’
    ,’label’ => ‘Select’
    ,’value’ => ”
    ,’choices’ => array(
    ” => ”
    ,’first’ => ‘First Choice’
    ,’second’ => ‘Second Choice’
    ,’third’ => ‘Third Choice’
    )
    ,’options’ => array(
    ‘allowClear’ => true
    ,’placeholder’ => ‘Select an Option’
    ,’width’ => ’200px’
    )
    ));
    It is the sample field that is on Anderly’s Github
    with the scope added to the field:
    ,’scope’ => ‘user_meta’
    expecting the field to be saved. To my best understanding, it was not saved (or retrieved).
    My selection was gone when I refreshed the page. Other fields on that form are OK.

    in reply to: Suggestion: Implement "Select2" Field Type #5803
    rafi
    Member

    On front end form, tried to add the
    ‘scope’ => ‘user_meta’
    but it does not seem to save.

    in reply to: ajax client side can work. #5753
    rafi
    Member

    Lots of thanks

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