How can I change the review body placeholder text in a gmail review action? - google-schemas

When I send someone an email with a review action, the text box says Write a review. It will be published under your {{publisher}} account on their website. The text disappears when you focus the box to type your review.
We'd like to use a more specific prompt. How can I change the placeholder text?

Related

Designing custom unsubscribe page in Mautic

How do I configure a custom unsubscribe page in mautic, I quite like how listmonk unsubscribe page looks like
I want a similar page in mautic.
When user clicks on the unsubscribe link on the email they should be taken to a page where they will see a button "Unsubscribe" they have to click that button to unsubscribe. In mautic, just clicking the link in email unsubscribes you right away. But I want an explicit user action from that page
I also want a check box that says "Also unsubscribe from all future emails", which will basically blocklist this user so no future marketing emails are sent
I have read a lot of documentation and I am not able to figure out how to do this
This is called a Preference Centre in Mautic. You will create a landing page and then select the option to make it a preference centre.
We have a feature coming to add the blocks to the new GrapesJS builder but until then you can use the tokens to position the relevant blocks.
Check out the docs here: https://docs.mautic.org/en/contacts/preference-center
https://docs.mautic.org/en/contacts/preference-center/customize-preference-center
Note: Screenshots are the legacy builder - we are in the process of updating the docs and replatforming but the variables are the same.

How can i change Custom Amount text in Square Connect API. Point of Sale app?

I have an issue with point-of-sale-api-ios, I am unable to change the text on print, it's showing Custom Amount on the transaction receipt:
I am able to send notes etc and finishing the Transaction.
How can I change the "Custom Amount" Text to some other text?

iOS sms html link not updating itself

So a rather peculiar issue is occurring. I work for a News company and we have a mobile app. We allow our users to share stories, and we utilize the "sms:&body=..." method of sending a user from html link -> messages app with a pre-populated text. This works fine. The issue that's happening is that, let's say a user clicks our 'Text' link, and they get redirected to the messages app with the pre-populated text filled. But let's say the user doesn't send any text or cancel it, and goes back to our app via the little '<' button in the status bar, and then tries to text another story, the pre-populated text is not updated and still uses the old pre-populated text. Is there any way we can tell messages to update with the new body text?
I have noticed though, if you 'cancel' the text then it works fine.
Here's my current code
Xamarin.Forms.Device.OpenUri(new System.Uri("sms:&body=" + ShareSMSText));

How to change text of my app in "open in" dialog?

I've used the code from this answer in order to add my application to the list of choices a user sees when they tap-and-hold on an attachment in Mail. Everything is working, but my problem is that my application's icon is labeled "Open in {my application}". We wish to have this instead say "Forward with {my application}" or even just "{my application}". Is there any way to change what this says here?
That text is fixed as part of the standard UIDocumentInteractionController. There is no setting or API that allows an app to specify a different label. Submit an enhancement request to Apple.

Rails - Add a button that goes to a user's default email with an address in place

I'm building an app and wish to allow users to provide continuous feedback while they demo it. I want to add a "feedback" button to the address bar that will take an iPad user directly to their default email with my team's support box already in the address. Maybe even some info about the site they are on in the body of the email. Any tips on where to get started?
Thanks.

Resources