Registration Process Vendor User

  1. Sorry for the delay. Please try this PHP snippet
add_filter(
	'hivepress/v1/forms/vendor_submit',
	function( $form ) {
		$form['fields']['put_your_attribute_name']['_order'] = 5;

		return $form;
	},
	1000
);
  1. If you mean adding some additional helping text to the custom vendor attribute then please try to add Description to this custom attribute in Vendors/Attributes