    <form method="post">
        <label for="player_one_name">Player One Name:</label>
        <input type="text" id="player_one_name" name="player_one_name" required>

        <label for="player_two_name">Player Two Name:</label>
        <input type="text" id="player_two_name" name="player_two_name" required>

        <label for="email">Email Address:</label>
        <input type="email" id="email" name="email" required>

        <label for="club">Club:</label>
        <select style="padding: 11px 10px;margin-bottom: 20px" id="club" name="club" required>                <option value="Heckmondwike Petanque">Heckmondwike Petanque</option>                <option value="Llysfean Petanque">Llysfean Petanque</option>                <option value="Rochdale Petanque">Rochdale Petanque</option>                <option value="Trafford Petanque">Trafford Petanque</option>                <option value="Ripponden Petanque">Ripponden Petanque</option>            <option value="Other">Other</option>
        </select>

        <div id="new_club_container" style="display:none;">
            <label for="new_club">New Club Name:</label>
            <input type="text" id="new_club" name="new_club">
        </div>
        <div>
        <input type="submit" value="Submit">
        </div>
    </form>
    <script>
        document.getElementById('club').addEventListener('change', function() {
            var newClubContainer = document.getElementById('new_club_container');
            if (this.value === 'Other') {
                newClubContainer.style.display = 'block';
            } else {
                newClubContainer.style.display = 'none';
            }
        });
    </script>{"id":889,"date":"2025-02-21T23:13:36","date_gmt":"2025-02-21T23:13:36","guid":{"rendered":"https:\/\/rochdalepetanque.com\/?page_id=889"},"modified":"2026-05-08T09:47:01","modified_gmt":"2026-05-08T08:47:01","slug":"lancashire-doubles-cup-entry-form","status":"publish","type":"page","link":"https:\/\/rochdalepetanque.com\/index.php\/lancashire-doubles-cup-entry-form\/","title":{"rendered":"Lancashire Doubles Cup &#8211; Entry Form"},"content":{"rendered":"\n<p><\/p>\n\n\n\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inspiro_hide_title":false,"footnotes":""},"class_list":["post-889","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/rochdalepetanque.com\/index.php\/wp-json\/wp\/v2\/pages\/889","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rochdalepetanque.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rochdalepetanque.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rochdalepetanque.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/rochdalepetanque.com\/index.php\/wp-json\/wp\/v2\/comments?post=889"}],"version-history":[{"count":13,"href":"https:\/\/rochdalepetanque.com\/index.php\/wp-json\/wp\/v2\/pages\/889\/revisions"}],"predecessor-version":[{"id":1541,"href":"https:\/\/rochdalepetanque.com\/index.php\/wp-json\/wp\/v2\/pages\/889\/revisions\/1541"}],"wp:attachment":[{"href":"https:\/\/rochdalepetanque.com\/index.php\/wp-json\/wp\/v2\/media?parent=889"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}