Jump to content
  • 0

Simple Check Box To Download


alexdudek

Question

I attempted to created check boxes on a tabler form, i was not given the virtual option to do it. I wanted someone to be able to select the form and then download the data that they selected via the check box. I know it has to be simple, but i am just not seeing how to do it, since i cant seem to get the virtual option to apprear on the tabler format of the datapage

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Hi,

If I understood correctly, you are trying to download the entries that you have selected via the checkbox field.

If that is the case, then it is not that simple. I would explore JavaScript to reach something like that. You may have the checkbox with a unique id for each entry, then when checked store data into an array variable or remove it if checkbox is turned off, then a download button that creates a .csv or pdf, this using a plugin.

Other option would be to store the selected entry keys and create a query that can be used in a new datapage that display whatever query you created by previously selecting entries.

In any case, custom (possibly advanced) JavaScript coding is needed.

Although I know I am not resolving your question, I hope to give you at least some light for you to achieve it.

Regards.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...