Skip to content

Commit

Permalink
Merge pull request #175 from Emilia-Capital/filip/hidden-field-for-re…
Browse files Browse the repository at this point in the history
…gister-form

Adding hidden field to the registration form
  • Loading branch information
aristath authored Dec 10, 2024
2 parents c564ff9 + 402dc9d commit b5477d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions views/popovers/subscribe-form.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ class="prpl-input"
name="timezone_offset"
value="<?php echo (float) ( \wp_timezone()->getOffset( new \DateTime( 'midnight' ) ) / 3600 ); ?>"
>
<input
type="hidden"
name="with-email"
value="yes"
>
</div>
<button id="submit-license-key" class="button button-primary"><?php \esc_html_e( 'Subscribe', 'progress-planner' ); ?></button>
</form>

0 comments on commit b5477d3

Please sign in to comment.