Forum Replies Created
-
AuthorPosts
-
rafiMemberHi Steve
You are advertizing a major next release.
Can you give a clue regarding the ETA?
rafiMemberI am looking forward to it.
In any case, thank you for piklist!
rafiMember2020 August 29
Currently, the version is 1.0.9
I still have this problem is there a solution?
Maybe a validation condition?
rafiMemberWhen will “required” be available grouped fields?
rafiMemberThanks
rafiMemberIn 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
rafiMemberThanks Steve, When I wrote it I hoped Anderly may answer it.
Your support efforts are really appreciated.
rafiMemberHi Steve
Other field types which are natural to piklist works with or without Andry’s plugin.
I saw the problem only with: ‘type’ => ‘select2′
rafiMemberHI 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.
rafiMemberOn front end form, tried to add the
‘scope’ => ‘user_meta’
but it does not seem to save.
rafiMemberLots of thanks
-
AuthorPosts