Jump to content

Anan24

Members
  • Posts

    11
  • Joined

  • Last visited

About Anan24

  • Birthday 05/05/2020

Anan24's Achievements

  1. The candidate table has an info field and a file filed, where candidates fill in self-evaluation data and attach their resumes as PDF files. They also have an EXCEL file with 100-200 candidate rows and their resumes as separate PDF files. They plan to upload the resumes and EXCEL files into the Candidacy table and run a manual task to update each file field. However, they encounter issues with read-only fields, suggesting a need for a datapage.
  2. Locate the particular CSS classes and styles you want to apply on DataPages in WordPress using the Inspect Element Tool. Make sure you're configuring Caspio correctly by checking its settings twice. You can alter the default styles using custom CSS if you can't locate the precise code you need. Learn how to style forms in WordPress by navigating to the theme's settings. If you need to make major modifications to the CSS, you can create a child theme. For help, reach out to Caspio's support staff. To style and customize your forms, you might want to look into WordPress plugins. For comparable concerns, see the manual and the help forums.
  3. To include text from fields in the DataTip, try using expressions or formulas supported by your tool. If that format doesn't work, explore alternative methods like custom tooltips, data labels, interactive features, additional visualization elements, or user interface components. Provide more information about your tool for specific suggestions
  4. Want to combine formula fields but they're not showing up? Two options: Check for Concatenation Formula: Does your platform allow formulas within formulas (e.g., Salesforce uses "&")? Use Text Function: Convert formula fields to text first (e.g., Salesforce uses TEXT()). Let me know your platform for specifics!
  5. Displaying a "Back" button on the top and bottom of the Details Page in a DataPage type Gallery Report may depend on the tool or platform. To enable a persistent "Back" button, check the tool's documentation or settings. If the tool allows customization, add custom buttons or use a workaround like a clear breadcrumb navigation. Searching online forums or communities for your platform may provide solutions.
  6. Here's what you can check; css Copy code .cbResultSetBulkEditActionLink { color: green; font-family: Arial, sans-serif; font-size: 14px; font-weight: 600; text-decoration: none; } .cbResultSetBulkEditActionLink:hover { color: darkgreen; font-weight: 800; text-decoration: underline; } HTML Example: html Copy code <a href="#" class="cbResultSetBulkEditActionLink">Bulk Edit</a> This ensures the link changes style on hover. If _hover works in your environment, it’s likely due to a custom parsing method. The standard is :hover.
  7. Excel can handle line breaks within cells if the data is exported correctly. However, issues may arise when the data is treated as plain text when exported. To preserve line breaks, export the data with proper line breaks, such as enclosed in double quotes for CSV format. Import the data into Excel using the Text Import Wizard, choosing Delimited, Comma, and General or Text as appropriate. If importing via the "Data" tab, click From Text/CSV and select the CSV file. Alternatively, use Excel Formulas to combine fields with line breaks, ensuring the cell has "Wrap Text" enabled. By following these steps, Excel should correctly interpret and display line breaks in addresses.
  8. To display a blank option on a Dropdown field in your DataPage, you can use &nbsp; (non-breaking space) as the display value. This will effectively show an empty or blank option in the dropdown list.
  9. Users are encountering bullets appearing above their navigation menu, likely due to default list styling. To remove the bullets, apply CSS that sets the list-style-type to none for the unordered list containing the menu items. If issues persist, ensure there are no conflicting styles affecting the menu items.
  10. Rich text in datapage footer isn't displaying formatted? Enable HTML rendering in footer settings or use the WYSIWYG editor for formatting. Be cautious with custom HTML for security reasons.
×
×
  • Create New...