Skip to content

add field for additional parameters to qr code url#94

Merged
norbertlaposa merged 2 commits into
masterfrom
93-allow-to-add-extra-parameters-to-qr-code-generator
Sep 6, 2024
Merged

add field for additional parameters to qr code url#94
norbertlaposa merged 2 commits into
masterfrom
93-allow-to-add-extra-parameters-to-qr-code-generator

Conversation

@Kuchtin
Copy link
Copy Markdown
Contributor

@Kuchtin Kuchtin commented Sep 6, 2024

No description provided.

@Kuchtin Kuchtin linked an issue Sep 6, 2024 that may be closed by this pull request
Comment thread templates/bo/component/qr_code.html Outdated
<a class="download button primary" title="Download QR Code" href="/download/{QRCODE}"><span>PNG</span></a>
</div>
<label for="qrcode_parameters">Additional parameters (parameter=value&amp;parameter2=value2...)</label>
<input type="text" id="qrcode_parameters" name="node[custom_fields][qrcode_params]" value="{NODE.custom_fields.qrcode_params|htmlspecialchars}" />
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add placeholder="utm_source=circulator&utm_medium=email&utm_campaign=offers-040924"

Copy link
Copy Markdown
Member

@norbertlaposa norbertlaposa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the comment to add placeholder attribute for the input field.

@norbertlaposa norbertlaposa merged commit c49a139 into master Sep 6, 2024
@norbertlaposa norbertlaposa deleted the 93-allow-to-add-extra-parameters-to-qr-code-generator branch November 22, 2024 09:34
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

Successfully merging this pull request may close these issues.

Allow to add extra parameters to QR code generator

2 participants