diff --git a/go-form-plugin/templates/form-shortcode.php b/go-form-plugin/templates/form-shortcode.php index ecb0322..e4574be 100644 --- a/go-form-plugin/templates/form-shortcode.php +++ b/go-form-plugin/templates/form-shortcode.php @@ -54,6 +54,15 @@ grid-template-columns: auto auto; column-gap: 16px; } + .go-form-user-grid { + display: grid; + grid-template-columns: auto auto min-content; + column-gap: 16px; + } + .egd-search { + display: flex; + align-items: center; + }
@@ -62,7 +71,8 @@ -
+ +
@@ -72,10 +82,13 @@
-
+ +
+ +
+
@@ -197,10 +210,8 @@
-

Sign-up players:

diff --git a/go-form-plugin/templates/table.php b/go-form-plugin/templates/table.php index 2919ccb..dcc0b4c 100644 --- a/go-form-plugin/templates/table.php +++ b/go-form-plugin/templates/table.php @@ -4,9 +4,9 @@ N First Name Last Name + Rank Country Club - Rank EGD Number Date Added first_name) ?> last_name) ?> + rank]) ?> country) ?> club) ?> - rank]) ?> egd_number) ?> created_at) ?>