Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

radiobuttons (checkbox-groups) added #55

Open
OliverHenniges opened this issue Apr 4, 2022 · 2 comments
Open

radiobuttons (checkbox-groups) added #55

OliverHenniges opened this issue Apr 4, 2022 · 2 comments

Comments

@OliverHenniges
Copy link

I have recently modified the core-script src/fpdm.php in such a way that it now manages to cope with groups of checkboxes.
At least I think so;)

I'm not familiar with the github-habbits, yet: Shall I upload it here? Maybe after further testing and eliminiting some possible bugs left the modificatiosn might be worth another update.

The example-Form to integrate also contained some ugly umlauts and also a hyphen in the field-definitions. As for this I'd recommend to change the intial regex definition (Line 41) to

$FPDM_REGEXPS= array(
...
"name"=>"//([-#\w]+)/",
...
);
though I think this needs some more testing.

@Sempervivum
Copy link

Sempervivum commented Apr 17, 2022

Right now I came across FPDM and noticed that radio buttons are not supported yet. Therefore it would be highly appreciated if you made your modifications available.
I would be up to contribute by testing, however I'm afraid that my skills will not be sufficient to fix remaining bugs.

@yousifbodagh
Copy link

@OliverHenniges anyway you can share your modified core?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants