ePub input fields and email content? - user-input

enter image description hereMy church has started using The Church App. Within the app, the user can input information that the app saves. It also gives the option to email that as a PDF to themselves.
In the attached image, the input box was used is in green. The input boxes that can be used are in blue. Can that be created in an ePub?

Related

Default Colour on Radio Buttons

I am putting together a simple form for a friend and they want when a button is selected to change from amber, too green.
I have attached PDF to give an idea of what I am looking for. Much like a data validation on excel, but for the life of me I cannot figure out how to do it.
Default: Amber
when clicked: Green
It is certainly possible with PDFs to do that since the appearance of a form field is defined by arbitrary drawing instructions.
However, whether you can do that with a PDF editor wholely depends on the capabilities of the PDF editor.

Facebook share full size image with a quote

I want to be able to have a link on my website that upon clicking it opens a Facebook share dialog containing the image displayed with full size along with a custom text quote.
The 2 options that I tried with the Facebook share dialog don't achieve that result:
The first option is to use https://www.facebook.com/dialog/share?app_id=3xxxxxx334&quote=Some%20quote&href=https%3A%2F%2Fwww.example.com%2Fsome_page, and use og:image tag on www.example.com/some_page with the image that I want to display
The problem with this approach is that the image is displayed cropped to match the aspect ratio that the Facebook uses (1.9:1) which is different than the aspect ratio that I use for the image (1.3:1)
The second option is to use https://www.facebook.com/dialog/share?app_id=3xxxxxx334&media=[%27https%3A%2F%2Fwww.example.com%2Fsome_img.jpg%27] with the link of the image that I want to display
This approach displays the image in full size in Facebook, however the problem is that it doesn't allow adding any text quote with the image, any use of quote or description query parameters seems to be ignored by Facebook
So my question is there a way to combine the 2 methods such that the image gets displayed with full size along with a custom text quote?

How do I code in a QR code manual input that has separate boxes for each digit?

I'm working on a webpage where people can either scan or manually enter their 6-digit QR code on this page. I designed it to have an input with 6 square boxes for people to enter their codes. Below is the code I have where I use Bootstrap form and just resized the columns to create smaller inputs.

Contact Form 7 - Mail Tag Styling

First post here but i've been struggling with something for a while. I'm creating a form in Contact Form 7, and tweaking the Mail reply using the mail tags. I'm using several sections of checkbox items, but when they're relayed back via the email, the checked box text displays as follows:
red, green, yellow, blue etc
However, i'd like them to display as:
red
green
yello
blue
The checkboxes I want to include on my form are longer sentences so they just display as a big block of sentences rather than a list when sent in an email to the form host/person filling in the form.
I can't find a way to get into the mail tag [checkbox] to style that item in particular, despite being able to style the email generated in general (bold text, coloured text etc). I've tried several (probably quite amateur) things, but nothing is working.
This page on my site has an example of what i'm talking about: http://www.adgreen-apa.net/social-contact/send-us-your-thoughts
Any help appreciated!

How to change the coordinates of Signature in CoSign Signature SOAP API and place it over some given text (i.e. Sign Here)?

My pdf file will have an area with the text "Sign here". It could be anywhere in the pdf(i.e. the coordinates for that area is not defined) . I would like to add the signature over that given area or text(eg "Sign Here") in my pdf file. In the given code http://developer.arx.com/quick-start/sapi-web-services/#t-helloworld , how can I achieve this?
You need to know which page, and where on the page, the graphical part of the digital signature should be placed.
One way to determine the location dynamically is to add a "Signature Field Locator." In the original PDF you include a special Field Locator text string such as <<<w=100;h=120;n=employee;a=1;>>>
You set the Field Locator text color to be the same as the page's background color so it won't show when the pdf is viewed.
CoSign Signature Local includes methods for locating and using Field Locators to set the position of a graphical signature. See the example program.