WPForms

WPForms
a {
text-decoration: none;
}

@media only screen and (max-width: 599px) {
table.body .container {
width: 95% !important;
}
.header {
padding: 15px 15px 12px 15px !important;
}
.header img {
width: 200px !important;
height: auto !important;
}
.content,
.aside {
padding: 30px 40px 20px 40px !important;
}
.upsell-pro table.features td {
width: 100% !important;
display: block !important;
}
table.receipt-details td.receipt-details-inner {
padding: 30px 0px 20px 0px !important;
}
}

/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXNzZXRzL2Nzcy9lbWFpbHMvcGFydGlhbHMvbWVkaWFfcXVlcmllcy5jc3MiLCJzb3VyY2VzIjpbImFzc2V0cy9zY3NzL2VtYWlscy9wYXJ0aWFscy9tZWRpYV9xdWVyaWVzLnNjc3MiXSwic291cmNlc0NvbnRlbnQiOlsiYSB7XG5cdHRleHQtZGVjb3JhdGlvbjogbm9uZTsgLy8gVGhpcyBvbmUgaXMgbmVlZGVkIGZvciBPdXRsb29rIGNvbXBhdGliaWxpdHkuXG59XG5cbkBtZWRpYSBvbmx5IHNjcmVlbiBhbmQgKG1heC13aWR0aDogNTk5cHgpIHtcblxuXHR0YWJsZS5ib2R5IC5jb250YWluZXIge1xuXHRcdHdpZHRoOiA5NSUgIWltcG9ydGFudDtcblx0fVxuXG5cdC5oZWFkZXIge1xuXHRcdHBhZGRpbmc6IDE1cHggMTVweCAxMnB4IDE1cHggIWltcG9ydGFudDtcblx0fVxuXG5cdC5oZWFkZXIgaW1nIHtcblx0XHR3aWR0aDogMjAwcHggIWltcG9ydGFudDtcblx0XHRoZWlnaHQ6IGF1dG8gIWltcG9ydGFudDtcblx0fVxuXG5cdC5jb250ZW50LFxuXHQuYXNpZGUge1xuXHRcdHBhZGRpbmc6IDMwcHggNDBweCAyMHB4IDQwcHggIWltcG9ydGFudDtcblx0fVxuXG5cdC51cHNlbGwtcHJvIHRhYmxlLmZlYXR1cmVzIHRkIHtcblx0XHR3aWR0aDogMTAwJSAhaW1wb3J0YW50O1xuXHRcdGRpc3BsYXk6IGJsb2NrICFpbXBvcnRhbnQ7XG5cdH1cblxuXHR0YWJsZS5yZWNlaXB0LWRldGFpbHMgdGQucmVjZWlwdC1kZXRhaWxzLWlubmVyIHtcblx0XHRwYWRkaW5nOiAzMHB4IDBweCAyMHB4IDBweCAhaW1wb3J0YW50O1xuXHR9XG59Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLEFBQUEsQ0FBQyxDQUFDO0VBQ0QsZUFBZSxFQUFFLElBQUk7Q0FDckI7O0FBRUQsTUFBTSxNQUFNLE1BQU0sTUFBTSxTQUFTLEVBQUUsS0FBSztFQUV2QyxBQUFBLEtBQUssQUFBQSxLQUFLLENBQUMsVUFBVSxDQUFDO0lBQ3JCLEtBQUssRUFBRSxjQUFjO0dBQ3JCO0VBRUQsQUFBQSxPQUFPLENBQUM7SUFDUCxPQUFPLEVBQUUsOEJBQThCO0dBQ3ZDO0VBRUQsQUFBQSxPQUFPLENBQUMsR0FBRyxDQUFDO0lBQ1gsS0FBSyxFQUFFLGdCQUFnQjtJQUN2QixNQUFNLEVBQUUsZUFBZTtHQUN2QjtFQUVELEFBQUEsUUFBUTtFQUNSLE1BQU0sQ0FBQztJQUNOLE9BQU8sRUFBRSw4QkFBOEI7R0FDdkM7RUFFRCxBQUFBLFdBQVcsQ0FBQyxLQUFLLEFBQUEsU0FBUyxDQUFDLEVBQUUsQ0FBQztJQUM3QixLQUFLLEVBQUUsZUFBZTtJQUN0QixPQUFPLEVBQUUsZ0JBQWdCO0dBQ3pCO0VBRUQsQUFBQSxLQUFLLEFBQUEsZ0JBQWdCLENBQUMsRUFBRSxBQUFBLHNCQUFzQixDQUFDO0lBQzlDLE9BQU8sRUFBRSw0QkFBNEI7R0FDckMifQ== */

Viswakarma Community Portal
Hi there!

Let’s see how your forms performed.

Below is the total number of submissions for each form. However, form entries are not stored by WPForms Lite.

We’ve got you covered!
Your entries are being backed up securely in the cloud. When you’re ready to manage your entries inside WordPress, just upgrade to Pro and we’ll automatically import them in seconds!

Check out what else you’ll get with your Pro license.

Similar Posts

  • WPForms

    WPForms /** * Adjusts the display of header images based on the user’s preference for dark color schemes. */ @media (prefers-color-scheme: light) { .header-wrapper.dark-mode { display: none !important; } } @media (prefers-color-scheme: dark) { .header-wrapper.dark-mode { display: table-row !important; } .header-wrapper.dark-mode + .light-mode { display: none !important; } } @media only screen and (max-width: 599px)…

  • Statistical reporting

    Statistical reporting /* ————————————- GLOBAL RESETS ————————————- */ /* All the styling goes here */ img { border: none; -ms-interpolation-mode: bicubic; max-width: 100%; } body { background-color: #f6f6f6; font-family: ‘tahoma’, serif; -webkit-font-smoothing: antialiased; font-size: 12px; line-height: 1.4; margin: 0; padding: 0; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } table { border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width:…

  • Ludhiana: Vishwakarma Day observed

    The government Monday organised state-level Vishwakarma Day celebrations in Ludhiana. Punjab Vidhan Sabha speaker Dr Charanjit Singh Atwal said that youths should improve their professional skills following the message of Lord Vishwakarma and thus enhance their abilities for get new jobs avenues. SAD leader Hira Singh Gabria said that Punjab government has been laying thrust…

  • Statistical reporting

    Statistical reporting /* ————————————- GLOBAL RESETS ————————————- */ /* All the styling goes here */ img { border: none; -ms-interpolation-mode: bicubic; max-width: 100%; } body { background-color: #f6f6f6; font-family: ‘tahoma’, serif; -webkit-font-smoothing: antialiased; font-size: 12px; line-height: 1.4; margin: 0; padding: 0; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } table { border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width:…

  • Statistical reporting

    Statistical reporting /* ————————————- GLOBAL RESETS ————————————- */ /* All the styling goes here */ img { border: none; -ms-interpolation-mode: bicubic; max-width: 100%; } body { background-color: #f6f6f6; font-family: ‘tahoma’, serif; -webkit-font-smoothing: antialiased; font-size: 12px; line-height: 1.4; margin: 0; padding: 0; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } table { border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width:…

  • Statistical reporting

    Statistical reporting /* ————————————- GLOBAL RESETS ————————————- */ /* All the styling goes here */ img { border: none; -ms-interpolation-mode: bicubic; max-width: 100%; } body { background-color: #f6f6f6; font-family: ‘tahoma’, serif; -webkit-font-smoothing: antialiased; font-size: 12px; line-height: 1.4; margin: 0; padding: 0; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } table { border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width:…

Leave a Reply

Your email address will not be published. Required fields are marked *