---
title: "rcp_edit_subscription_form"
source: "https://docs.nexcess.com/software/kadence/restrict-content-pro/rcp_edit_subscription_form/"
description: "Note: This is part of the developer docs and is considered custom code. Unfortunately, we cannot provide support for custom code at this time as we do not have…"
vertical: "Software"
area: "Restrict Content Pro"
date: "2023-04-20"
last_modified: "2023-04-20"
---

# rcp_edit_subscription_form

Note: This is part of the developer docs and is considered custom code. Unfortunately, we cannot provide support for custom code at this time as we do not have the additional resources that would be necessary to provide support for custom code. If you need assistance with this, please reach out to our list of consultants for further assistance: https://codeable.io/developers/restrict-content-pro/ Used to inject content into the “Edit Membership Level” table. This can be used to add a new field to the “Edit Membership Level Level” form. For saving the custom value, you’ll want to use the rcp\_edit\_subscription\_level action. Example: function rcpga\_edit\_groups\_checkbox\_subscription\_form() { $seat\_count = ( empty( $level->id ) ) ? 0 : rcpga\_get\_level\_group\_seats\_allowed( $level->id ); ?>

| _e( 'Group Seats', 'rcp-group-accounts' ); ? | _e( 'The number of group seats available to this level including the group owner.', 'rcp-group-accounts' ); ? |
|---|---|
